Html Css Color HEX #0F0C18 Jaguar

📋 copy color: '#0F0C18'

red 15 ◦ green 12 ◦ blue 24

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

Shades of Jaguar #0F0C18

Tints of Jaguar #0F0C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.53%

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

R = 29.41%
G = 23.53%
B = 47.06%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0C18 (or 0x0F0C18) is known color: Jaguar. HEX triplet: 0F, 0C and 18. RGB value is (15,12,24). Sum of RGB (Red+Green+Blue) = 15+12+24=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C18 is #F0F3E7. Grayscale: #0E0E0E. Windows color (decimal): -15791080 or 1575951. OLE color: 1575951.

HSL color Cylindrical-coordinate representation of color #0F0C18: hue angle of 255º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F0C18 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 12 24 -
CMYK 0.37 0.50 0 0.91
HSL 255º 0.33% 0.07% -
HSV(B) 255º 0.5% 0.09% -
XYZ 0.49 0.43 0.92 -
YUV 14.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 15 12 24 0.37 0.50 0 0.91 255 0.33 0.07
Hex F C 18 25 32 0 5B FF 21 7
Octal 17 14 30 45 62 0 133 377 41 7
Binary 1111 1100 11000 100101 110010 0 1011011 11111111 100001 111

Color Harmonies of #0F0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C18

Black with #0F0C18

Text Example


Text Example

White with #0F0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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