Html Css Color HEX #0C0817 Jaguar

📋 copy color: '#0C0817'

red 12 ◦ green 8 ◦ blue 23

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

Shades of Jaguar #0C0817

Tints of Jaguar #0C0817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 53.49%

R = 27.91%
G = 18.6%
B = 53.49%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0817 (or 0x0C0817) is known color: Jaguar. HEX triplet: 0C, 08 and 17. RGB value is (12,8,23). Sum of RGB (Red+Green+Blue) = 12+8+23=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #0C0817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0817 is #F3F7E8. Grayscale: #0A0A0A. Windows color (decimal): -15988713 or 1509388. OLE color: 1509388.

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

Color convert

RGB 12 8 23 -
CMYK 0.48 0.65 0 0.91
HSL 256º 0.48% 0.06% -
HSV(B) 256º 0.65% 0.09% -
XYZ 0.39 0.31 0.85 -
YUV 10.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 12 8 23 0.48 0.65 0 0.91 256 0.48 0.06
Hex C 8 17 30 41 0 5B 100 30 6
Octal 14 10 27 60 101 0 133 400 60 6
Binary 1100 1000 10111 110000 1000001 0 1011011 100000000 110000 110

Color Harmonies of #0C0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0817

Black with #0C0817

Text Example


Text Example

White with #0C0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,23); }

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

background-color css

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

 a { background-color: rgb(12,8,23); }

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

border-color css

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

 span { border-color: rgb(12,8,23); }

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