Html Css Color HEX #0E0B15 Jaguar

📋 copy color: '#0E0B15'

red 14 ◦ green 11 ◦ blue 21

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

Shades of Jaguar #0E0B15

Tints of Jaguar #0E0B15

RGB

 RED value IS 14 (5.86% from 255) = 30.43%

 GREEN value IS 11 (4.69% from 255) = 23.91%

 BLUE value IS 21 (8.59% from 255) = 45.65%

R = 30.43%
G = 23.91%
B = 45.65%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0E0B15 (or 0x0E0B15) is known color: Jaguar. HEX triplet: 0E, 0B and 15. RGB value is (14,11,21). Sum of RGB (Red+Green+Blue) = 14+11+21=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E0B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B15 is #F1F4EA. Grayscale: #0D0D0D. Windows color (decimal): -15856875 or 1379086. OLE color: 1379086.

HSL color Cylindrical-coordinate representation of color #0E0B15: hue angle of 258º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E0B15 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 14 11 21 -
CMYK 0.33 0.48 0 0.92
HSL 258º 0.31% 0.06% -
HSV(B) 258º 0.48% 0.08% -
XYZ 0.44 0.39 0.76 -
YUV 13.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 14 11 21 0.33 0.48 0 0.92 258 0.31 0.06
Hex E B 15 21 30 0 5C 102 1F 6
Octal 16 13 25 41 60 0 134 402 37 6
Binary 1110 1011 10101 100001 110000 0 1011100 100000010 11111 110

Color Harmonies of #0E0B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B15

Black with #0E0B15

Text Example


Text Example

White with #0E0B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,11,21); }

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

background-color css

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

 a { background-color: rgb(14,11,21); }

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

border-color css

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

 span { border-color: rgb(14,11,21); }

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