Html Css Color HEX #0F0218 Blackcurrant

📋 copy color: '#0F0218'

red 15 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #0F0218

Tints of Blackcurrant #0F0218

RGB

 RED value IS 15 (6.25% from 255) = 36.59%

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

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

R = 36.59%
G = 4.88%
B = 58.54%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0218 (or 0x0F0218) is known color: Blackcurrant. HEX triplet: 0F, 02 and 18. RGB value is (15,2,24). Sum of RGB (Red+Green+Blue) = 15+2+24=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0218 is #F0FDE7. Grayscale: #080808. Windows color (decimal): -15793640 or 1573391. OLE color: 1573391.

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

Color convert

RGB 15 2 24 -
CMYK 0.37 0.92 0 0.91
HSL 275.45º 0.85% 0.05% -
HSV(B) 275.45º 0.92% 0.09% -
XYZ 0.38 0.21 0.88 -
YUV 8.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 15 2 24 0.37 0.92 0 0.91 275.45 0.85 0.05
Hex F 2 18 25 5C 0 5B 113 55 5
Octal 17 2 30 45 134 0 133 423 125 5
Binary 1111 10 11000 100101 1011100 0 1011011 100010011 1010101 101

Color Harmonies of #0F0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0218

Black with #0F0218

Text Example


Text Example

White with #0F0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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