Html Css Color HEX #0F0836 Jaguar

📋 copy color: '#0F0836'

red 15 ◦ green 8 ◦ blue 54

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

Shades of Jaguar #0F0836

Tints of Jaguar #0F0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.39%

 BLUE value IS 54 (21.48% from 255) = 70.13%

R = 19.48%
G = 10.39%
B = 70.13%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0F0836 (or 0x0F0836) is known color: Jaguar. HEX triplet: 0F, 08 and 36. RGB value is (15,8,54). Sum of RGB (Red+Green+Blue) = 15+8+54=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F0836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0836 is #F0F7C9. Grayscale: #0F0F0F. Windows color (decimal): -15792074 or 3541007. OLE color: 3541007.

HSL color Cylindrical-coordinate representation of color #0F0836: hue angle of 249.13º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0836 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 8 54 -
CMYK 0.72 0.85 0 0.79
HSL 249.13º 0.74% 0.12% -
HSV(B) 249.13º 0.85% 0.21% -
XYZ 0.95 0.54 3.54 -
YUV 15.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 15 8 54 0.72 0.85 0 0.79 249.13 0.74 0.12
Hex F 8 36 48 55 0 4F F9 4A C
Octal 17 10 66 110 125 0 117 371 112 14
Binary 1111 1000 110110 1001000 1010101 0 1001111 11111001 1001010 1100

Color Harmonies of #0F0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0836

Black with #0F0836

Text Example


Text Example

White with #0F0836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,54); }

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

background-color css

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

 a { background-color: rgb(15,8,54); }

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

border-color css

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

 span { border-color: rgb(15,8,54); }

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