Html Css Color HEX #0F0830 Jaguar

📋 copy color: '#0F0830'

red 15 ◦ green 8 ◦ blue 48

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

Shades of Jaguar #0F0830

Tints of Jaguar #0F0830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 67.61%

R = 21.13%
G = 11.27%
B = 67.61%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0830 (or 0x0F0830) is known color: Jaguar. HEX triplet: 0F, 08 and 30. RGB value is (15,8,48). Sum of RGB (Red+Green+Blue) = 15+8+48=71 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.13% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0830 is #F0F7CF. Grayscale: #0E0E0E. Windows color (decimal): -15792080 or 3147791. OLE color: 3147791.

HSL color Cylindrical-coordinate representation of color #0F0830: hue angle of 250.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F0830 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 8 48 -
CMYK 0.69 0.83 0 0.81
HSL 250.5º 0.71% 0.11% -
HSV(B) 250.5º 0.83% 0.19% -
XYZ 0.82 0.49 2.85 -
YUV 14.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 15 8 48 0.69 0.83 0 0.81 250.5 0.71 0.11
Hex F 8 30 45 53 0 51 FB 47 B
Octal 17 10 60 105 123 0 121 373 107 13
Binary 1111 1000 110000 1000101 1010011 0 1010001 11111011 1000111 1011

Color Harmonies of #0F0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0830

Black with #0F0830

Text Example


Text Example

White with #0F0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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