Html Css Color HEX #0B041C Jaguar

📋 copy color: '#0B041C'

red 11 ◦ green 4 ◦ blue 28

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

Shades of Jaguar #0B041C

Tints of Jaguar #0B041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 65.12%

R = 25.58%
G = 9.3%
B = 65.12%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B041C (or 0x0B041C) is known color: Jaguar. HEX triplet: 0B, 04 and 1C. RGB value is (11,4,28). Sum of RGB (Red+Green+Blue) = 11+4+28=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B041C is #F4FBE3. Grayscale: #080808. Windows color (decimal): -16055268 or 1836043. OLE color: 1836043.

HSL color Cylindrical-coordinate representation of color #0B041C: hue angle of 257.5º degrees, saturation: 0.75, 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 #0B041C is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 4 28 -
CMYK 0.61 0.86 0 0.89
HSL 257.5º 0.75% 0.06% -
HSV(B) 257.5º 0.86% 0.11% -
XYZ 0.39 0.24 1.12 -
YUV 8.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 11 4 28 0.61 0.86 0 0.89 257.5 0.75 0.06
Hex B 4 1C 3D 56 0 59 102 4B 6
Octal 13 4 34 75 126 0 131 402 113 6
Binary 1011 100 11100 111101 1010110 0 1011001 100000010 1001011 110

Color Harmonies of #0B041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B041C

Black with #0B041C

Text Example


Text Example

White with #0B041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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