Html Css Color HEX #0D0917 Jaguar

📋 copy color: '#0D0917'

red 13 ◦ green 9 ◦ blue 23

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

Shades of Jaguar #0D0917

Tints of Jaguar #0D0917

RGB

 RED value IS 13 (5.47% from 255) = 28.89%

 GREEN value IS 9 (3.91% from 255) = 20%

 BLUE value IS 23 (9.38% from 255) = 51.11%

R = 28.89%
G = 20%
B = 51.11%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0917 (or 0x0D0917) is known color: Jaguar. HEX triplet: 0D, 09 and 17. RGB value is (13,9,23). Sum of RGB (Red+Green+Blue) = 13+9+23=45 (5% of max value = 765). Red value is 13 (5.47% from 255 or 28.89% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #0D0917 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0917 is #F2F6E8. Grayscale: #0B0B0B. Windows color (decimal): -15922921 or 1509645. OLE color: 1509645.

HSL color Cylindrical-coordinate representation of color #0D0917: hue angle of 257.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D0917 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 9 23 -
CMYK 0.43 0.61 0 0.91
HSL 257.14º 0.44% 0.06% -
HSV(B) 257.14º 0.61% 0.09% -
XYZ 0.42 0.34 0.85 -
YUV 11.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 13 9 23 0.43 0.61 0 0.91 257.14 0.44 0.06
Hex D 9 17 2B 3D 0 5B 101 2C 6
Octal 15 11 27 53 75 0 133 401 54 6
Binary 1101 1001 10111 101011 111101 0 1011011 100000001 101100 110

Color Harmonies of #0D0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0917

Black with #0D0917

Text Example


Text Example

White with #0D0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,23); }

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

background-color css

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

 a { background-color: rgb(13,9,23); }

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

border-color css

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

 span { border-color: rgb(13,9,23); }

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