Html Css Color HEX #0F0929 Jaguar

📋 copy color: '#0F0929'

red 15 ◦ green 9 ◦ blue 41

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

Shades of Jaguar #0F0929

Tints of Jaguar #0F0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.85%

 BLUE value IS 41 (16.41% from 255) = 63.08%

R = 23.08%
G = 13.85%
B = 63.08%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0929 (or 0x0F0929) is known color: Jaguar. HEX triplet: 0F, 09 and 29. RGB value is (15,9,41). Sum of RGB (Red+Green+Blue) = 15+9+41=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0929 is #F0F6D6. Grayscale: #0E0E0E. Windows color (decimal): -15791831 or 2689295. OLE color: 2689295.

HSL color Cylindrical-coordinate representation of color #0F0929: hue angle of 251.25º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F0929 is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 9 41 -
CMYK 0.63 0.78 0 0.84
HSL 251.25º 0.64% 0.1% -
HSV(B) 251.25º 0.78% 0.16% -
XYZ 0.69 0.46 2.15 -
YUV 14.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 15 9 41 0.63 0.78 0 0.84 251.25 0.64 0.1
Hex F 9 29 3F 4E 0 54 FB 40 A
Octal 17 11 51 77 116 0 124 373 100 12
Binary 1111 1001 101001 111111 1001110 0 1010100 11111011 1000000 1010

Color Harmonies of #0F0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0929

Black with #0F0929

Text Example


Text Example

White with #0F0929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,41); }

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

background-color css

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

 a { background-color: rgb(15,9,41); }

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

border-color css

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

 span { border-color: rgb(15,9,41); }

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