Html Css Color HEX #33084D Blackcurrant

📋 copy color: '#33084D'

red 51 ◦ green 8 ◦ blue 77

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

Shades of Blackcurrant #33084D

Tints of Blackcurrant #33084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 56.62%

R = 37.5%
G = 5.88%
B = 56.62%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33084D (or 0x33084D) is known color: Blackcurrant. HEX triplet: 33, 08 and 4D. RGB value is (51,8,77). Sum of RGB (Red+Green+Blue) = 51+8+77=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #33084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33084D is #CCF7B2. Grayscale: #1C1C1C. Windows color (decimal): -13432755 or 5048371. OLE color: 5048371.

HSL color Cylindrical-coordinate representation of color #33084D: hue angle of 277.39º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #33084D is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 8 77 -
CMYK 0.34 0.90 0 0.70
HSL 277.39º 0.81% 0.17% -
HSV(B) 277.39º 0.9% 0.3% -
XYZ 2.79 1.41 7.15 -
YUV 28.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 51 8 77 0.34 0.90 0 0.70 277.39 0.81 0.17
Hex 33 8 4D 22 5A 0 46 115 51 11
Octal 63 10 115 42 132 0 106 425 121 21
Binary 110011 1000 1001101 100010 1011010 0 1000110 100010101 1010001 10001

Color Harmonies of #33084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33084D

Black with #33084D

Text Example


Text Example

White with #33084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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