Html Css Color HEX #0F0828 Jaguar

📋 copy color: '#0F0828'

red 15 ◦ green 8 ◦ blue 40

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

Shades of Jaguar #0F0828

Tints of Jaguar #0F0828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 23.81%
G = 12.7%
B = 63.49%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0828 (or 0x0F0828) is known color: Jaguar. HEX triplet: 0F, 08 and 28. RGB value is (15,8,40). Sum of RGB (Red+Green+Blue) = 15+8+40=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0828 is #F0F7D7. Grayscale: #0D0D0D. Windows color (decimal): -15792088 or 2623503. OLE color: 2623503.

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

Color convert

RGB 15 8 40 -
CMYK 0.62 0.80 0 0.84
HSL 253.13º 0.67% 0.09% -
HSV(B) 253.13º 0.8% 0.16% -
XYZ 0.67 0.43 2.06 -
YUV 13.74 142.82 128.9 -
System Red Green Blue C M Y K H S L
Decimal 15 8 40 0.62 0.80 0 0.84 253.13 0.67 0.09
Hex F 8 28 3E 50 0 54 FD 43 9
Octal 17 10 50 76 120 0 124 375 103 11
Binary 1111 1000 101000 111110 1010000 0 1010100 11111101 1000011 1001

Color Harmonies of #0F0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0828

Black with #0F0828

Text Example


Text Example

White with #0F0828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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