Html Css Color HEX #33084F Blackcurrant

📋 copy color: '#33084F'

red 51 ◦ green 8 ◦ blue 79

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

Shades of Blackcurrant #33084F

Tints of Blackcurrant #33084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.8%

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

R = 36.96%
G = 5.8%
B = 57.25%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33084F (or 0x33084F) is known color: Blackcurrant. HEX triplet: 33, 08 and 4F. RGB value is (51,8,79). Sum of RGB (Red+Green+Blue) = 51+8+79=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #33084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33084F is #CCF7B0. Grayscale: #1C1C1C. Windows color (decimal): -13432753 or 5179443. OLE color: 5179443.

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

Color convert

RGB 51 8 79 -
CMYK 0.35 0.90 0 0.69
HSL 276.34º 0.82% 0.17% -
HSV(B) 276.34º 0.9% 0.31% -
XYZ 2.86 1.44 7.52 -
YUV 28.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 51 8 79 0.35 0.90 0 0.69 276.34 0.82 0.17
Hex 33 8 4F 23 5A 0 45 114 52 11
Octal 63 10 117 43 132 0 105 424 122 21
Binary 110011 1000 1001111 100011 1011010 0 1000101 100010100 1010010 10001

Color Harmonies of #33084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33084F

Black with #33084F

Text Example


Text Example

White with #33084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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