Html Css Color HEX #0F0835 Jaguar

📋 copy color: '#0F0835'

red 15 ◦ green 8 ◦ blue 53

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

Shades of Jaguar #0F0835

Tints of Jaguar #0F0835

RGB

 RED value IS 15 (6.25% from 255) = 19.74%

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

 BLUE value IS 53 (21.09% from 255) = 69.74%

R = 19.74%
G = 10.53%
B = 69.74%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0F0835 (or 0x0F0835) is known color: Jaguar. HEX triplet: 0F, 08 and 35. RGB value is (15,8,53). Sum of RGB (Red+Green+Blue) = 15+8+53=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0835 is #F0F7CA. Grayscale: #0F0F0F. Windows color (decimal): -15792075 or 3475471. OLE color: 3475471.

HSL color Cylindrical-coordinate representation of color #0F0835: hue angle of 249.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0835 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 8 53 -
CMYK 0.72 0.85 0 0.79
HSL 249.33º 0.74% 0.12% -
HSV(B) 249.33º 0.85% 0.21% -
XYZ 0.93 0.53 3.42 -
YUV 15.22 149.32 127.84 -
System Red Green Blue C M Y K H S L
Decimal 15 8 53 0.72 0.85 0 0.79 249.33 0.74 0.12
Hex F 8 35 48 55 0 4F F9 4A C
Octal 17 10 65 110 125 0 117 371 112 14
Binary 1111 1000 110101 1001000 1010101 0 1001111 11111001 1001010 1100

Color Harmonies of #0F0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0835

Black with #0F0835

Text Example


Text Example

White with #0F0835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,53); }

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

background-color css

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

 a { background-color: rgb(15,8,53); }

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

border-color css

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

 span { border-color: rgb(15,8,53); }

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