Html Css Color HEX #020C27 Black Russian

📋 copy color: '#020C27'

red 2 ◦ green 12 ◦ blue 39

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

Shades of Black Russian #020C27

Tints of Black Russian #020C27

RGB

 RED value IS 2 (1.17% from 255) = 3.77%

 GREEN value IS 12 (5.08% from 255) = 22.64%

 BLUE value IS 39 (15.63% from 255) = 73.58%

R = 3.77%
G = 22.64%
B = 73.58%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020C27 (or 0x020C27) is known color: Black Russian. HEX triplet: 02, 0C and 27. RGB value is (2,12,39). Sum of RGB (Red+Green+Blue) = 2+12+39=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 39 (15.62% from 255 or 73.58% from 53); Max value from RGB is 39 - color contains mainly: blue. Hex color #020C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C27 is #FDF3D8. Grayscale: #0B0B0B. Windows color (decimal): -16643033 or 2558978. OLE color: 2558978.

HSL color Cylindrical-coordinate representation of color #020C27: hue angle of 223.78º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020C27 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 2 12 39 -
CMYK 0.95 0.69 0 0.85
HSL 223.78º 0.9% 0.08% -
HSV(B) 223.78º 0.95% 0.15% -
XYZ 0.52 0.42 1.97 -
YUV 12.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 2 12 39 0.95 0.69 0 0.85 223.78 0.9 0.08
Hex 2 C 27 5F 45 0 55 E0 5A 8
Octal 2 14 47 137 105 0 125 340 132 10
Binary 10 1100 100111 1011111 1000101 0 1010101 11100000 1011010 1000

Color Harmonies of #020C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020C27

Black with #020C27

Text Example


Text Example

White with #020C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020C27; }

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

 H1.HeaderClassName
 {
   color: #020C27;
 }
 .AnyTagClassName
 {
   color: #020C27;
 }
</style>

background-color css

<style>
 a { background-color: #020C27; }

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

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

border-color css

<style>
 span { border-color: #020C27; }

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

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