Html Css Color HEX #0C0718 Jaguar

📋 copy color: '#0C0718'

red 12 ◦ green 7 ◦ blue 24

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

Shades of Jaguar #0C0718

Tints of Jaguar #0C0718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.28%

 BLUE value IS 24 (9.77% from 255) = 55.81%

R = 27.91%
G = 16.28%
B = 55.81%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0718 (or 0x0C0718) is known color: Jaguar. HEX triplet: 0C, 07 and 18. RGB value is (12,7,24). Sum of RGB (Red+Green+Blue) = 12+7+24=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0718 is #F3F8E7. Grayscale: #0A0A0A. Windows color (decimal): -15988968 or 1574668. OLE color: 1574668.

HSL color Cylindrical-coordinate representation of color #0C0718: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C0718 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 7 24 -
CMYK 0.50 0.71 0 0.91
HSL 257.65º 0.55% 0.06% -
HSV(B) 257.65º 0.71% 0.09% -
XYZ 0.39 0.3 0.9 -
YUV 10.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 12 7 24 0.50 0.71 0 0.91 257.65 0.55 0.06
Hex C 7 18 32 47 0 5B 102 37 6
Octal 14 7 30 62 107 0 133 402 67 6
Binary 1100 111 11000 110010 1000111 0 1011011 100000010 110111 110

Color Harmonies of #0C0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0718

Black with #0C0718

Text Example


Text Example

White with #0C0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,7,24); }

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

background-color css

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

 a { background-color: rgb(12,7,24); }

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

border-color css

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

 span { border-color: rgb(12,7,24); }

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