Html Css Color HEX #0C0015 Blackcurrant

📋 copy color: '#0C0015'

red 12 ◦ green 0 ◦ blue 21

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

Shades of Blackcurrant #0C0015

Tints of Blackcurrant #0C0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 63.64%

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0015 (or 0x0C0015) is known color: Blackcurrant. HEX triplet: 0C, 00 and 15. RGB value is (12,0,21). Sum of RGB (Red+Green+Blue) = 12+0+21=33 (4% of max value = 765). Red value is 12 (5.08% from 255 or 36.36% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0015 is #F3FFEA. Grayscale: #050505. Windows color (decimal): -15990763 or 1376268. OLE color: 1376268.

HSL color Cylindrical-coordinate representation of color #0C0015: hue angle of 274.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0015 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 0 21 -
CMYK 0.43 1 0 0.92
HSL 274.29º 1% 0.04% -
HSV(B) 274.29º 1% 0.08% -
XYZ 0.29 0.13 0.72 -
YUV 5.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 12 0 21 0.43 1 0 0.92 274.29 1 0.04
Hex C 0 15 2B 64 0 5C 112 64 4
Octal 14 0 25 53 144 0 134 422 144 4
Binary 1100 0 10101 101011 1100100 0 1011100 100010010 1100100 100

Color Harmonies of #0C0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0015

Black with #0C0015

Text Example


Text Example

White with #0C0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,0,21); }

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

background-color css

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

 a { background-color: rgb(12,0,21); }

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

border-color css

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

 span { border-color: rgb(12,0,21); }

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