Html Css Color HEX #0F0829 Jaguar

📋 copy color: '#0F0829'

red 15 ◦ green 8 ◦ blue 41

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

Shades of Jaguar #0F0829

Tints of Jaguar #0F0829

RGB

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

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

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

R = 23.44%
G = 12.5%
B = 64.06%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0829 (or 0x0F0829) is known color: Jaguar. HEX triplet: 0F, 08 and 29. RGB value is (15,8,41). Sum of RGB (Red+Green+Blue) = 15+8+41=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #0F0829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0829 is #F0F7D6. Grayscale: #0D0D0D. Windows color (decimal): -15792087 or 2689039. OLE color: 2689039.

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

Color convert

RGB 15 8 41 -
CMYK 0.63 0.80 0 0.84
HSL 252.73º 0.67% 0.1% -
HSV(B) 252.73º 0.8% 0.16% -
XYZ 0.68 0.44 2.15 -
YUV 13.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 15 8 41 0.63 0.80 0 0.84 252.73 0.67 0.1
Hex F 8 29 3F 50 0 54 FD 43 A
Octal 17 10 51 77 120 0 124 375 103 12
Binary 1111 1000 101001 111111 1010000 0 1010100 11111101 1000011 1010

Color Harmonies of #0F0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0829

Black with #0F0829

Text Example


Text Example

White with #0F0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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