Html Css Color HEX #0D0918 Jaguar

📋 copy color: '#0D0918'

red 13 ◦ green 9 ◦ blue 24

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

Shades of Jaguar #0D0918

Tints of Jaguar #0D0918

RGB

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

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

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

R = 28.26%
G = 19.57%
B = 52.17%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D0918 (or 0x0D0918) is known color: Jaguar. HEX triplet: 0D, 09 and 18. RGB value is (13,9,24). Sum of RGB (Red+Green+Blue) = 13+9+24=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 24 (9.77% from 255 or 52.17% from 46); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D0918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0918 is #F2F6E7. Grayscale: #0B0B0B. Windows color (decimal): -15922920 or 1575181. OLE color: 1575181.

HSL color Cylindrical-coordinate representation of color #0D0918: hue angle of 256º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0D0918 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 9 24 -
CMYK 0.46 0.63 0 0.91
HSL 256º 0.45% 0.06% -
HSV(B) 256º 0.63% 0.09% -
XYZ 0.43 0.35 0.91 -
YUV 11.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 13 9 24 0.46 0.63 0 0.91 256 0.45 0.06
Hex D 9 18 2E 3F 0 5B 100 2D 6
Octal 15 11 30 56 77 0 133 400 55 6
Binary 1101 1001 11000 101110 111111 0 1011011 100000000 101101 110

Color Harmonies of #0D0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0918

Black with #0D0918

Text Example


Text Example

White with #0D0918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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