Html Css Color HEX #0B0325 Jaguar

📋 copy color: '#0B0325'

red 11 ◦ green 3 ◦ blue 37

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

Shades of Jaguar #0B0325

Tints of Jaguar #0B0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.88%

 BLUE value IS 37 (14.84% from 255) = 72.55%

R = 21.57%
G = 5.88%
B = 72.55%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B0325 (or 0x0B0325) is known color: Jaguar. HEX triplet: 0B, 03 and 25. RGB value is (11,3,37). Sum of RGB (Red+Green+Blue) = 11+3+37=51 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.57% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0325 is #F4FCDA. Grayscale: #090909. Windows color (decimal): -16055515 or 2425611. OLE color: 2425611.

HSL color Cylindrical-coordinate representation of color #0B0325: hue angle of 254.12º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B0325 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 3 37 -
CMYK 0.70 0.92 0 0.85
HSL 254.12º 0.85% 0.08% -
HSV(B) 254.12º 0.92% 0.15% -
XYZ 0.5 0.27 1.78 -
YUV 9.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 11 3 37 0.70 0.92 0 0.85 254.12 0.85 0.08
Hex B 3 25 46 5C 0 55 FE 55 8
Octal 13 3 45 106 134 0 125 376 125 10
Binary 1011 11 100101 1000110 1011100 0 1010101 11111110 1010101 1000

Color Harmonies of #0B0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0325

Black with #0B0325

Text Example


Text Example

White with #0B0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,37); }

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

background-color css

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

 a { background-color: rgb(11,3,37); }

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

border-color css

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

 span { border-color: rgb(11,3,37); }

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