Html Css Color HEX #0C0121 Blackcurrant

📋 copy color: '#0C0121'

red 12 ◦ green 1 ◦ blue 33

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

Shades of Blackcurrant #0C0121

Tints of Blackcurrant #0C0121

RGB

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

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

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

R = 26.09%
G = 2.17%
B = 71.74%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0121 (or 0x0C0121) is known color: Blackcurrant. HEX triplet: 0C, 01 and 21. RGB value is (12,1,33). Sum of RGB (Red+Green+Blue) = 12+1+33=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 33 (13.28% from 255 or 71.74% from 46); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0121 is #F3FEDE. Grayscale: #070707. Windows color (decimal): -15990495 or 2162956. OLE color: 2162956.

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

Color convert

RGB 12 1 33 -
CMYK 0.64 0.97 0 0.87
HSL 260.63º 0.94% 0.07% -
HSV(B) 260.63º 0.97% 0.13% -
XYZ 0.44 0.21 1.46 -
YUV 7.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 12 1 33 0.64 0.97 0 0.87 260.63 0.94 0.07
Hex C 1 21 40 61 0 57 105 5E 7
Octal 14 1 41 100 141 0 127 405 136 7
Binary 1100 1 100001 1000000 1100001 0 1010111 100000101 1011110 111

Color Harmonies of #0C0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0121

Black with #0C0121

Text Example


Text Example

White with #0C0121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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