Html Css Color HEX #05031C Black Russian

📋 copy color: '#05031C'

red 5 ◦ green 3 ◦ blue 28

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

Shades of Black Russian #05031C

Tints of Black Russian #05031C

RGB

 RED value IS 5 (2.34% from 255) = 13.89%

 GREEN value IS 3 (1.56% from 255) = 8.33%

 BLUE value IS 28 (11.33% from 255) = 77.78%

R = 13.89%
G = 8.33%
B = 77.78%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#05031C (or 0x05031C) is known color: Black Russian. HEX triplet: 05, 03 and 1C. RGB value is (5,3,28). Sum of RGB (Red+Green+Blue) = 5+3+28=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #05031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05031C is #FAFCE3. Grayscale: #060606. Windows color (decimal): -16448740 or 1835781. OLE color: 1835781.

HSL color Cylindrical-coordinate representation of color #05031C: hue angle of 244.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05031C is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 3 28 -
CMYK 0.82 0.89 0 0.89
HSL 244.8º 0.81% 0.06% -
HSV(B) 244.8º 0.89% 0.11% -
XYZ 0.3 0.18 1.12 -
YUV 6.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 5 3 28 0.82 0.89 0 0.89 244.8 0.81 0.06
Hex 5 3 1C 52 59 0 59 F5 51 6
Octal 5 3 34 122 131 0 131 365 121 6
Binary 101 11 11100 1010010 1011001 0 1011001 11110101 1010001 110

Color Harmonies of #05031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05031C

Black with #05031C

Text Example


Text Example

White with #05031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05031C; }

 p { color: rgb(5,3,28); }

 H1.HeaderClassName
 {
   color: #05031C;
 }
 .AnyTagClassName
 {
   color: #05031C;
 }
</style>

background-color css

<style>
 a { background-color: #05031C; }

 a { background-color: rgb(5,3,28); }

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

border-color css

<style>
 span { border-color: #05031C; }

 span { border-color: rgb(5,3,28); }

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