Html Css Color HEX #0C0516 Blackcurrant

📋 copy color: '#0C0516'

red 12 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #0C0516

Tints of Blackcurrant #0C0516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 56.41%

R = 30.77%
G = 12.82%
B = 56.41%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0516 (or 0x0C0516) is known color: Blackcurrant. HEX triplet: 0C, 05 and 16. RGB value is (12,5,22). Sum of RGB (Red+Green+Blue) = 12+5+22=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #0C0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0516 is #F3FAE9. Grayscale: #080808. Windows color (decimal): -15989482 or 1443084. OLE color: 1443084.

HSL color Cylindrical-coordinate representation of color #0C0516: hue angle of 264.71º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C0516 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 12 5 22 -
CMYK 0.45 0.77 0 0.91
HSL 264.71º 0.63% 0.05% -
HSV(B) 264.71º 0.77% 0.09% -
XYZ 0.35 0.24 0.79 -
YUV 9.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 12 5 22 0.45 0.77 0 0.91 264.71 0.63 0.05
Hex C 5 16 2D 4D 0 5B 109 3F 5
Octal 14 5 26 55 115 0 133 411 77 5
Binary 1100 101 10110 101101 1001101 0 1011011 100001001 111111 101

Color Harmonies of #0C0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0516

Black with #0C0516

Text Example


Text Example

White with #0C0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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