Html Css Color HEX #0C021F Blackcurrant

📋 copy color: '#0C021F'

red 12 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #0C021F

Tints of Blackcurrant #0C021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 68.89%

R = 26.67%
G = 4.44%
B = 68.89%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0C021F (or 0x0C021F) is known color: Blackcurrant. HEX triplet: 0C, 02 and 1F. RGB value is (12,2,31). Sum of RGB (Red+Green+Blue) = 12+2+31=45 (5% of max value = 765). Red value is 12 (5.08% from 255 or 26.67% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #0C021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C021F is #F3FDE0. Grayscale: #080808. Windows color (decimal): -15990241 or 2032140. OLE color: 2032140.

HSL color Cylindrical-coordinate representation of color #0C021F: hue angle of 260.69º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C021F is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 12 2 31 -
CMYK 0.61 0.94 0 0.88
HSL 260.69º 0.88% 0.06% -
HSV(B) 260.69º 0.94% 0.12% -
XYZ 0.42 0.22 1.32 -
YUV 8.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 12 2 31 0.61 0.94 0 0.88 260.69 0.88 0.06
Hex C 2 1F 3D 5E 0 58 105 58 6
Octal 14 2 37 75 136 0 130 405 130 6
Binary 1100 10 11111 111101 1011110 0 1011000 100000101 1011000 110

Color Harmonies of #0C021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C021F

Black with #0C021F

Text Example


Text Example

White with #0C021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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