Html Css Color HEX #0C0524 Jaguar

📋 copy color: '#0C0524'

red 12 ◦ green 5 ◦ blue 36

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

Shades of Jaguar #0C0524

Tints of Jaguar #0C0524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.43%

 BLUE value IS 36 (14.45% from 255) = 67.92%

R = 22.64%
G = 9.43%
B = 67.92%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0C0524 (or 0x0C0524) is known color: Jaguar. HEX triplet: 0C, 05 and 24. RGB value is (12,5,36). Sum of RGB (Red+Green+Blue) = 12+5+36=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0524 is #F3FADB. Grayscale: #0A0A0A. Windows color (decimal): -15989468 or 2360588. OLE color: 2360588.

HSL color Cylindrical-coordinate representation of color #0C0524: hue angle of 253.55º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0524 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 12 5 36 -
CMYK 0.67 0.86 0 0.86
HSL 253.55º 0.76% 0.08% -
HSV(B) 253.55º 0.86% 0.14% -
XYZ 0.52 0.31 1.7 -
YUV 10.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 12 5 36 0.67 0.86 0 0.86 253.55 0.76 0.08
Hex C 5 24 43 56 0 56 FE 4C 8
Octal 14 5 44 103 126 0 126 376 114 10
Binary 1100 101 100100 1000011 1010110 0 1010110 11111110 1001100 1000

Color Harmonies of #0C0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0524

Black with #0C0524

Text Example


Text Example

White with #0C0524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,36); }

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

background-color css

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

 a { background-color: rgb(12,5,36); }

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

border-color css

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

 span { border-color: rgb(12,5,36); }

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