Html Css Color HEX #0C0914 Jaguar

📋 copy color: '#0C0914'

red 12 ◦ green 9 ◦ blue 20

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

Shades of Jaguar #0C0914

Tints of Jaguar #0C0914

RGB

 RED value IS 12 (5.08% from 255) = 29.27%

 GREEN value IS 9 (3.91% from 255) = 21.95%

 BLUE value IS 20 (8.2% from 255) = 48.78%

R = 29.27%
G = 21.95%
B = 48.78%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0914 (or 0x0C0914) is known color: Jaguar. HEX triplet: 0C, 09 and 14. RGB value is (12,9,20). Sum of RGB (Red+Green+Blue) = 12+9+20=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0914 is #F3F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15988460 or 1313036. OLE color: 1313036.

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

Color convert

RGB 12 9 20 -
CMYK 0.40 0.55 0 0.92
HSL 256.36º 0.38% 0.06% -
HSV(B) 256.36º 0.55% 0.08% -
XYZ 0.38 0.32 0.7 -
YUV 11.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 12 9 20 0.40 0.55 0 0.92 256.36 0.38 0.06
Hex C 9 14 28 37 0 5C 100 26 6
Octal 14 11 24 50 67 0 134 400 46 6
Binary 1100 1001 10100 101000 110111 0 1011100 100000000 100110 110

Color Harmonies of #0C0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0914

Black with #0C0914

Text Example


Text Example

White with #0C0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,20); }

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

background-color css

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

 a { background-color: rgb(12,9,20); }

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

border-color css

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

 span { border-color: rgb(12,9,20); }

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