Html Css Color HEX #33094D Blackcurrant

📋 copy color: '#33094D'

red 51 ◦ green 9 ◦ blue 77

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

Shades of Blackcurrant #33094D

Tints of Blackcurrant #33094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.57%

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

R = 37.23%
G = 6.57%
B = 56.2%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33094D (or 0x33094D) is known color: Blackcurrant. HEX triplet: 33, 09 and 4D. RGB value is (51,9,77). Sum of RGB (Red+Green+Blue) = 51+9+77=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #33094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33094D is #CCF6B2. Grayscale: #1D1D1D. Windows color (decimal): -13432499 or 5048627. OLE color: 5048627.

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

Color convert

RGB 51 9 77 -
CMYK 0.34 0.88 0 0.70
HSL 277.06º 0.79% 0.17% -
HSV(B) 277.06º 0.88% 0.3% -
XYZ 2.8 1.44 7.15 -
YUV 29.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 51 9 77 0.34 0.88 0 0.70 277.06 0.79 0.17
Hex 33 9 4D 22 58 0 46 115 4F 11
Octal 63 11 115 42 130 0 106 425 117 21
Binary 110011 1001 1001101 100010 1011000 0 1000110 100010101 1001111 10001

Color Harmonies of #33094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33094D

Black with #33094D

Text Example


Text Example

White with #33094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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