Html Css Color HEX #0A0218 Blackcurrant

📋 copy color: '#0A0218'

red 10 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #0A0218

Tints of Blackcurrant #0A0218

RGB

 RED value IS 10 (4.3% from 255) = 27.78%

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

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

R = 27.78%
G = 5.56%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A0218 (or 0x0A0218) is known color: Blackcurrant. HEX triplet: 0A, 02 and 18. RGB value is (10,2,24). Sum of RGB (Red+Green+Blue) = 10+2+24=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #0A0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0218 is #F5FDE7. Grayscale: #060606. Windows color (decimal): -16121320 or 1573386. OLE color: 1573386.

HSL color Cylindrical-coordinate representation of color #0A0218: hue angle of 261.82º 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 #0A0218 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 2 24 -
CMYK 0.58 0.92 0 0.91
HSL 261.82º 0.85% 0.05% -
HSV(B) 261.82º 0.92% 0.09% -
XYZ 0.31 0.17 0.88 -
YUV 6.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 10 2 24 0.58 0.92 0 0.91 261.82 0.85 0.05
Hex A 2 18 3A 5C 0 5B 106 55 5
Octal 12 2 30 72 134 0 133 406 125 5
Binary 1010 10 11000 111010 1011100 0 1011011 100000110 1010101 101

Color Harmonies of #0A0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0218

Black with #0A0218

Text Example


Text Example

White with #0A0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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