Html Css Color HEX #0F0D15 Jaguar

📋 copy color: '#0F0D15'

red 15 ◦ green 13 ◦ blue 21

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

Shades of Jaguar #0F0D15

Tints of Jaguar #0F0D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26.53%

 BLUE value IS 21 (8.59% from 255) = 42.86%

R = 30.61%
G = 26.53%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0D15 (or 0x0F0D15) is known color: Jaguar. HEX triplet: 0F, 0D and 15. RGB value is (15,13,21). Sum of RGB (Red+Green+Blue) = 15+13+21=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D15 is #F0F2EA. Grayscale: #0E0E0E. Windows color (decimal): -15790827 or 1379599. OLE color: 1379599.

HSL color Cylindrical-coordinate representation of color #0F0D15: hue angle of 255º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F0D15 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 13 21 -
CMYK 0.29 0.38 0 0.92
HSL 255º 0.24% 0.07% -
HSV(B) 255º 0.38% 0.08% -
XYZ 0.48 0.44 0.77 -
YUV 14.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 15 13 21 0.29 0.38 0 0.92 255 0.24 0.07
Hex F D 15 1D 26 0 5C FF 18 7
Octal 17 15 25 35 46 0 134 377 30 7
Binary 1111 1101 10101 11101 100110 0 1011100 11111111 11000 111

Color Harmonies of #0F0D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D15

Black with #0F0D15

Text Example


Text Example

White with #0F0D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,21); }

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

background-color css

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

 a { background-color: rgb(15,13,21); }

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

border-color css

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

 span { border-color: rgb(15,13,21); }

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