Html Css Color HEX #0B041F Jaguar

📋 copy color: '#0B041F'

red 11 ◦ green 4 ◦ blue 31

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

Shades of Jaguar #0B041F

Tints of Jaguar #0B041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 67.39%

R = 23.91%
G = 8.7%
B = 67.39%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B041F (or 0x0B041F) is known color: Jaguar. HEX triplet: 0B, 04 and 1F. RGB value is (11,4,31). Sum of RGB (Red+Green+Blue) = 11+4+31=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B041F is #F4FBE0. Grayscale: #090909. Windows color (decimal): -16055265 or 2032651. OLE color: 2032651.

HSL color Cylindrical-coordinate representation of color #0B041F: hue angle of 255.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B041F is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 4 31 -
CMYK 0.65 0.87 0 0.88
HSL 255.56º 0.77% 0.07% -
HSV(B) 255.56º 0.87% 0.12% -
XYZ 0.43 0.26 1.32 -
YUV 9.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 11 4 31 0.65 0.87 0 0.88 255.56 0.77 0.07
Hex B 4 1F 41 57 0 58 100 4D 7
Octal 13 4 37 101 127 0 130 400 115 7
Binary 1011 100 11111 1000001 1010111 0 1011000 100000000 1001101 111

Color Harmonies of #0B041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B041F

Black with #0B041F

Text Example


Text Example

White with #0B041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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