Html Css Color HEX #040035 Black Russian

📋 copy color: '#040035'

red 4 ◦ green 0 ◦ blue 53

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

Shades of Black Russian #040035

Tints of Black Russian #040035

RGB

 RED value IS 4 (1.95% from 255) = 7.02%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 92.98%

R = 7.02%
G = 0%
B = 92.98%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#040035 (or 0x040035) is known color: Black Russian. HEX triplet: 04, 00 and 35. RGB value is (4,0,53). Sum of RGB (Red+Green+Blue) = 4+0+53=57 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.02% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 53 (21.09% from 255 or 92.98% from 57); Max value from RGB is 53 - color contains mainly: blue. Hex color #040035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040035 is #FBFFCA. Grayscale: #070707. Windows color (decimal): -16515019 or 3473412. OLE color: 3473412.

HSL color Cylindrical-coordinate representation of color #040035: hue angle of 244.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040035 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 4 0 53 -
CMYK 0.92 1 0 0.79
HSL 244.53º 1% 0.1% -
HSV(B) 244.53º 1% 0.21% -
XYZ 0.69 0.28 3.39 -
YUV 7.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 4 0 53 0.92 1 0 0.79 244.53 1 0.1
Hex 4 0 35 5C 64 0 4F F5 64 A
Octal 4 0 65 134 144 0 117 365 144 12
Binary 100 0 110101 1011100 1100100 0 1001111 11110101 1100100 1010

Color Harmonies of #040035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040035

Black with #040035

Text Example


Text Example

White with #040035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040035; }

 p { color: rgb(4,0,53); }

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

background-color css

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

 a { background-color: rgb(4,0,53); }

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

border-color css

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

 span { border-color: rgb(4,0,53); }

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