Html Css Color HEX #0C0221 Blackcurrant

📋 copy color: '#0C0221'

red 12 ◦ green 2 ◦ blue 33

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

Shades of Blackcurrant #0C0221

Tints of Blackcurrant #0C0221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.26%

 BLUE value IS 33 (13.28% from 255) = 70.21%

R = 25.53%
G = 4.26%
B = 70.21%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0221 (or 0x0C0221) is known color: Blackcurrant. HEX triplet: 0C, 02 and 21. RGB value is (12,2,33). Sum of RGB (Red+Green+Blue) = 12+2+33=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 33 (13.28% from 255 or 70.21% from 47); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0221 is #F3FDDE. Grayscale: #080808. Windows color (decimal): -15990239 or 2163212. OLE color: 2163212.

HSL color Cylindrical-coordinate representation of color #0C0221: hue angle of 259.35º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C0221 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 2 33 -
CMYK 0.64 0.94 0 0.87
HSL 259.35º 0.89% 0.07% -
HSV(B) 259.35º 0.94% 0.13% -
XYZ 0.45 0.23 1.46 -
YUV 8.52 141.81 130.48 -
System Red Green Blue C M Y K H S L
Decimal 12 2 33 0.64 0.94 0 0.87 259.35 0.89 0.07
Hex C 2 21 40 5E 0 57 103 59 7
Octal 14 2 41 100 136 0 127 403 131 7
Binary 1100 10 100001 1000000 1011110 0 1010111 100000011 1011001 111

Color Harmonies of #0C0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0221

Black with #0C0221

Text Example


Text Example

White with #0C0221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,33); }

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

background-color css

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

 a { background-color: rgb(12,2,33); }

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

border-color css

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

 span { border-color: rgb(12,2,33); }

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