Html Css Color HEX #0C051F Jaguar

📋 copy color: '#0C051F'

red 12 ◦ green 5 ◦ blue 31

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

Shades of Jaguar #0C051F

Tints of Jaguar #0C051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 64.58%

R = 25%
G = 10.42%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C051F (or 0x0C051F) is known color: Jaguar. HEX triplet: 0C, 05 and 1F. RGB value is (12,5,31). Sum of RGB (Red+Green+Blue) = 12+5+31=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C051F is #F3FAE0. Grayscale: #090909. Windows color (decimal): -15989473 or 2032908. OLE color: 2032908.

HSL color Cylindrical-coordinate representation of color #0C051F: hue angle of 256.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C051F is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 5 31 -
CMYK 0.61 0.84 0 0.88
HSL 256.15º 0.72% 0.07% -
HSV(B) 256.15º 0.84% 0.12% -
XYZ 0.45 0.29 1.33 -
YUV 10.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 12 5 31 0.61 0.84 0 0.88 256.15 0.72 0.07
Hex C 5 1F 3D 54 0 58 100 48 7
Octal 14 5 37 75 124 0 130 400 110 7
Binary 1100 101 11111 111101 1010100 0 1011000 100000000 1001000 111

Color Harmonies of #0C051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C051F

Black with #0C051F

Text Example


Text Example

White with #0C051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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