Html Css Color HEX #33094E Blackcurrant

📋 copy color: '#33094E'

red 51 ◦ green 9 ◦ blue 78

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

Shades of Blackcurrant #33094E

Tints of Blackcurrant #33094E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 56.52%

R = 36.96%
G = 6.52%
B = 56.52%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33094E (or 0x33094E) is known color: Blackcurrant. HEX triplet: 33, 09 and 4E. RGB value is (51,9,78). Sum of RGB (Red+Green+Blue) = 51+9+78=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #33094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33094E is #CCF6B1. Grayscale: #1D1D1D. Windows color (decimal): -13432498 or 5114163. OLE color: 5114163.

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

Color convert

RGB 51 9 78 -
CMYK 0.35 0.88 0 0.69
HSL 276.52º 0.79% 0.17% -
HSV(B) 276.52º 0.88% 0.31% -
XYZ 2.84 1.45 7.34 -
YUV 29.42 155.41 143.39 -
System Red Green Blue C M Y K H S L
Decimal 51 9 78 0.35 0.88 0 0.69 276.52 0.79 0.17
Hex 33 9 4E 23 58 0 45 115 4F 11
Octal 63 11 116 43 130 0 105 425 117 21
Binary 110011 1001 1001110 100011 1011000 0 1000101 100010101 1001111 10001

Color Harmonies of #33094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33094E

Black with #33094E

Text Example


Text Example

White with #33094E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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