Html Css Color HEX #0C0020 Blackcurrant

📋 copy color: '#0C0020'

red 12 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #0C0020

Tints of Blackcurrant #0C0020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 72.73%

R = 27.27%
G = 0%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0020 (or 0x0C0020) is known color: Blackcurrant. HEX triplet: 0C, 00 and 20. RGB value is (12,0,32). Sum of RGB (Red+Green+Blue) = 12+0+32=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 32 (12.89% from 255 or 72.73% from 44); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C0020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0020 is #F3FFDF. Grayscale: #070707. Windows color (decimal): -15990752 or 2097164. OLE color: 2097164.

HSL color Cylindrical-coordinate representation of color #0C0020: hue angle of 262.5º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0020 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 0 32 -
CMYK 0.63 1 0 0.87
HSL 262.5º 1% 0.06% -
HSV(B) 262.5º 1% 0.13% -
XYZ 0.41 0.18 1.38 -
YUV 7.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 12 0 32 0.63 1 0 0.87 262.5 1 0.06
Hex C 0 20 3F 64 0 57 106 64 6
Octal 14 0 40 77 144 0 127 406 144 6
Binary 1100 0 100000 111111 1100100 0 1010111 100000110 1100100 110

Color Harmonies of #0C0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0020

Black with #0C0020

Text Example


Text Example

White with #0C0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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