Html Css Color HEX #090218 Blackcurrant

📋 copy color: '#090218'

red 9 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #090218

Tints of Blackcurrant #090218

RGB

 RED value IS 9 (3.91% from 255) = 25.71%

 GREEN value IS 2 (1.17% from 255) = 5.71%

 BLUE value IS 24 (9.77% from 255) = 68.57%

R = 25.71%
G = 5.71%
B = 68.57%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#090218 (or 0x090218) is known color: Blackcurrant. HEX triplet: 09, 02 and 18. RGB value is (9,2,24). Sum of RGB (Red+Green+Blue) = 9+2+24=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #090218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090218 is #F6FDE7. Grayscale: #060606. Windows color (decimal): -16186856 or 1573385. OLE color: 1573385.

HSL color Cylindrical-coordinate representation of color #090218: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090218 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 2 24 -
CMYK 0.63 0.92 0 0.91
HSL 259.09º 0.85% 0.05% -
HSV(B) 259.09º 0.92% 0.09% -
XYZ 0.3 0.17 0.88 -
YUV 6.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 9 2 24 0.63 0.92 0 0.91 259.09 0.85 0.05
Hex 9 2 18 3F 5C 0 5B 103 55 5
Octal 11 2 30 77 134 0 133 403 125 5
Binary 1001 10 11000 111111 1011100 0 1011011 100000011 1010101 101

Color Harmonies of #090218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090218

Black with #090218

Text Example


Text Example

White with #090218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090218; }

 p { color: rgb(9,2,24); }

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

background-color css

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

 a { background-color: rgb(9,2,24); }

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

border-color css

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

 span { border-color: rgb(9,2,24); }

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