Html Css Color HEX #0F0834 Jaguar

📋 copy color: '#0F0834'

red 15 ◦ green 8 ◦ blue 52

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

Shades of Jaguar #0F0834

Tints of Jaguar #0F0834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 69.33%

R = 20%
G = 10.67%
B = 69.33%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F0834 (or 0x0F0834) is known color: Jaguar. HEX triplet: 0F, 08 and 34. RGB value is (15,8,52). Sum of RGB (Red+Green+Blue) = 15+8+52=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F0834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0834 is #F0F7CB. Grayscale: #0E0E0E. Windows color (decimal): -15792076 or 3409935. OLE color: 3409935.

HSL color Cylindrical-coordinate representation of color #0F0834: hue angle of 249.55º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0834 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 8 52 -
CMYK 0.71 0.85 0 0.80
HSL 249.55º 0.73% 0.12% -
HSV(B) 249.55º 0.85% 0.2% -
XYZ 0.9 0.52 3.3 -
YUV 15.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 15 8 52 0.71 0.85 0 0.80 249.55 0.73 0.12
Hex F 8 34 47 55 0 50 FA 49 C
Octal 17 10 64 107 125 0 120 372 111 14
Binary 1111 1000 110100 1000111 1010101 0 1010000 11111010 1001001 1100

Color Harmonies of #0F0834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0834

Black with #0F0834

Text Example


Text Example

White with #0F0834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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