Html Css Color HEX #0B041D Jaguar

📋 copy color: '#0B041D'

red 11 ◦ green 4 ◦ blue 29

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

Shades of Jaguar #0B041D

Tints of Jaguar #0B041D

RGB

 RED value IS 11 (4.69% from 255) = 25%

 GREEN value IS 4 (1.95% from 255) = 9.09%

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

R = 25%
G = 9.09%
B = 65.91%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B041D (or 0x0B041D) is known color: Jaguar. HEX triplet: 0B, 04 and 1D. RGB value is (11,4,29). Sum of RGB (Red+Green+Blue) = 11+4+29=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B041D is #F4FBE2. Grayscale: #080808. Windows color (decimal): -16055267 or 1901579. OLE color: 1901579.

HSL color Cylindrical-coordinate representation of color #0B041D: hue angle of 256.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B041D is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 4 29 -
CMYK 0.62 0.86 0 0.89
HSL 256.8º 0.76% 0.06% -
HSV(B) 256.8º 0.86% 0.11% -
XYZ 0.4 0.25 1.19 -
YUV 8.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 11 4 29 0.62 0.86 0 0.89 256.8 0.76 0.06
Hex B 4 1D 3E 56 0 59 101 4C 6
Octal 13 4 35 76 126 0 131 401 114 6
Binary 1011 100 11101 111110 1010110 0 1011001 100000001 1001100 110

Color Harmonies of #0B041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B041D

Black with #0B041D

Text Example


Text Example

White with #0B041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,29); }

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

background-color css

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

 a { background-color: rgb(11,4,29); }

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

border-color css

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

 span { border-color: rgb(11,4,29); }

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