Html Css Color HEX #0C0115 Blackcurrant

📋 copy color: '#0C0115'

red 12 ◦ green 1 ◦ blue 21

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

Shades of Blackcurrant #0C0115

Tints of Blackcurrant #0C0115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.94%

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

R = 35.29%
G = 2.94%
B = 61.76%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0115 (or 0x0C0115) is known color: Blackcurrant. HEX triplet: 0C, 01 and 15. RGB value is (12,1,21). Sum of RGB (Red+Green+Blue) = 12+1+21=34 (4% of max value = 765). Red value is 12 (5.08% from 255 or 35.29% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0115 is #F3FEEA. Grayscale: #060606. Windows color (decimal): -15990507 or 1376524. OLE color: 1376524.

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

Color convert

RGB 12 1 21 -
CMYK 0.43 0.95 0 0.92
HSL 273º 0.91% 0.04% -
HSV(B) 273º 0.95% 0.08% -
XYZ 0.3 0.15 0.72 -
YUV 6.57 136.14 131.87 -
System Red Green Blue C M Y K H S L
Decimal 12 1 21 0.43 0.95 0 0.92 273 0.91 0.04
Hex C 1 15 2B 5F 0 5C 111 5B 4
Octal 14 1 25 53 137 0 134 421 133 4
Binary 1100 1 10101 101011 1011111 0 1011100 100010001 1011011 100

Color Harmonies of #0C0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0115

Black with #0C0115

Text Example


Text Example

White with #0C0115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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