Html Css Color HEX #0C0518 Blackcurrant

📋 copy color: '#0C0518'

red 12 ◦ green 5 ◦ blue 24

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

Shades of Blackcurrant #0C0518

Tints of Blackcurrant #0C0518

RGB

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

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

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

R = 29.27%
G = 12.2%
B = 58.54%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0C0518 (or 0x0C0518) is known color: Blackcurrant. HEX triplet: 0C, 05 and 18. RGB value is (12,5,24). Sum of RGB (Red+Green+Blue) = 12+5+24=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0518 is #F3FAE7. Grayscale: #090909. Windows color (decimal): -15989480 or 1574156. OLE color: 1574156.

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

Color convert

RGB 12 5 24 -
CMYK 0.50 0.79 0 0.91
HSL 262.11º 0.66% 0.06% -
HSV(B) 262.11º 0.79% 0.09% -
XYZ 0.37 0.25 0.89 -
YUV 9.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 12 5 24 0.50 0.79 0 0.91 262.11 0.66 0.06
Hex C 5 18 32 4F 0 5B 106 42 6
Octal 14 5 30 62 117 0 133 406 102 6
Binary 1100 101 11000 110010 1001111 0 1011011 100000110 1000010 110

Color Harmonies of #0C0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0518

Black with #0C0518

Text Example


Text Example

White with #0C0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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