Html Css Color HEX #33044F Blackcurrant

📋 copy color: '#33044F'

red 51 ◦ green 4 ◦ blue 79

#33044F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #33044F

Tints of Blackcurrant #33044F

RGB

 RED value IS 51 (20.31% from 255) = 38.06%

 GREEN value IS 4 (1.95% from 255) = 2.99%

 BLUE value IS 79 (31.25% from 255) = 58.96%

R = 38.06%
G = 2.99%
B = 58.96%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33044F (or 0x33044F) is known color: Blackcurrant. HEX triplet: 33, 04 and 4F. RGB value is (51,4,79). Sum of RGB (Red+Green+Blue) = 51+4+79=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #33044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33044F is #CCFBB0. Grayscale: #1A1A1A. Windows color (decimal): -13433777 or 5178419. OLE color: 5178419.

HSL color Cylindrical-coordinate representation of color #33044F: hue angle of 277.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33044F is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 4 79 -
CMYK 0.35 0.95 0 0.69
HSL 277.6º 0.9% 0.16% -
HSV(B) 277.6º 0.95% 0.31% -
XYZ 2.82 1.36 7.51 -
YUV 26.6 157.57 145.4 -
System Red Green Blue C M Y K H S L
Decimal 51 4 79 0.35 0.95 0 0.69 277.6 0.9 0.16
Hex 33 4 4F 23 5F 0 45 116 5A 10
Octal 63 4 117 43 137 0 105 426 132 20
Binary 110011 100 1001111 100011 1011111 0 1000101 100010110 1011010 10000

Color Harmonies of #33044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33044F

Black with #33044F

Text Example


Text Example

White with #33044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33044F; }

 p { color: rgb(51,4,79); }

 H1.HeaderClassName
 {
   color: #33044F;
 }
 .AnyTagClassName
 {
   color: #33044F;
 }
</style>

background-color css

<style>
 a { background-color: #33044F; }

 a { background-color: rgb(51,4,79); }

 div.DivClassName
 {
   background-color: #33044F;
 }
 .BgClassName
 {
   background-color: #33044F;
 }
</style>

border-color css

<style>
 span { border-color: #33044F; }

 span { border-color: rgb(51,4,79); }

 td.TdClassName
 {
   border-color: #33044F;
 }
 .TagClassName
 {
   border-color: #33044F;
 }
</style>