Html Css Color HEX #0D081D Jaguar

📋 copy color: '#0D081D'

red 13 ◦ green 8 ◦ blue 29

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

Shades of Jaguar #0D081D

Tints of Jaguar #0D081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 58%

R = 26%
G = 16%
B = 58%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D081D (or 0x0D081D) is known color: Jaguar. HEX triplet: 0D, 08 and 1D. RGB value is (13,8,29). Sum of RGB (Red+Green+Blue) = 13+8+29=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #0D081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081D is #F2F7E2. Grayscale: #0B0B0B. Windows color (decimal): -15923171 or 1902605. OLE color: 1902605.

HSL color Cylindrical-coordinate representation of color #0D081D: hue angle of 254.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D081D is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 8 29 -
CMYK 0.55 0.72 0 0.89
HSL 254.29º 0.57% 0.07% -
HSV(B) 254.29º 0.72% 0.11% -
XYZ 0.47 0.35 1.2 -
YUV 11.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 13 8 29 0.55 0.72 0 0.89 254.29 0.57 0.07
Hex D 8 1D 37 48 0 59 FE 39 7
Octal 15 10 35 67 110 0 131 376 71 7
Binary 1101 1000 11101 110111 1001000 0 1011001 11111110 111001 111

Color Harmonies of #0D081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D081D

Black with #0D081D

Text Example


Text Example

White with #0D081D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,29); }

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

background-color css

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

 a { background-color: rgb(13,8,29); }

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

border-color css

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

 span { border-color: rgb(13,8,29); }

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