Html Css Color HEX #010428 Black Russian

📋 copy color: '#010428'

red 1 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #010428

Tints of Black Russian #010428

RGB

 RED value IS 1 (0.78% from 255) = 2.22%

 GREEN value IS 4 (1.95% from 255) = 8.89%

 BLUE value IS 40 (16.02% from 255) = 88.89%

R = 2.22%
G = 8.89%
B = 88.89%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010428 (or 0x010428) is known color: Black Russian. HEX triplet: 01, 04 and 28. RGB value is (1,4,40). Sum of RGB (Red+Green+Blue) = 1+4+40=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 40 (16.02% from 255 or 88.89% from 45); Max value from RGB is 40 - color contains mainly: blue. Hex color #010428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010428 is #FEFBD7. Grayscale: #070707. Windows color (decimal): -16710616 or 2622465. OLE color: 2622465.

HSL color Cylindrical-coordinate representation of color #010428: hue angle of 235.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010428 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 4 40 -
CMYK 0.98 0.90 0 0.84
HSL 235.38º 0.95% 0.08% -
HSV(B) 235.38º 0.98% 0.16% -
XYZ 0.44 0.25 2.03 -
YUV 7.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 1 4 40 0.98 0.90 0 0.84 235.38 0.95 0.08
Hex 1 4 28 62 5A 0 54 EB 5F 8
Octal 1 4 50 142 132 0 124 353 137 10
Binary 1 100 101000 1100010 1011010 0 1010100 11101011 1011111 1000

Color Harmonies of #010428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010428

Black with #010428

Text Example


Text Example

White with #010428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010428; }

 p { color: rgb(1,4,40); }

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

background-color css

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

 a { background-color: rgb(1,4,40); }

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

border-color css

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

 span { border-color: rgb(1,4,40); }

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