Html Css Color HEX #010328 Black Russian

📋 copy color: '#010328'

red 1 ◦ green 3 ◦ blue 40

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

Shades of Black Russian #010328

Tints of Black Russian #010328

RGB

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

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

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

R = 2.27%
G = 6.82%
B = 90.91%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#010328 (or 0x010328) is known color: Black Russian. HEX triplet: 01, 03 and 28. RGB value is (1,3,40). Sum of RGB (Red+Green+Blue) = 1+3+40=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 40 (16.02% from 255 or 90.91% from 44); Max value from RGB is 40 - color contains mainly: blue. Hex color #010328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010328 is #FEFCD7. Grayscale: #060606. Windows color (decimal): -16710872 or 2622209. OLE color: 2622209.

HSL color Cylindrical-coordinate representation of color #010328: hue angle of 236.92º 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 #010328 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 3 40 -
CMYK 0.98 0.93 0 0.84
HSL 236.92º 0.95% 0.08% -
HSV(B) 236.92º 0.98% 0.16% -
XYZ 0.43 0.22 2.03 -
YUV 6.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 1 3 40 0.98 0.93 0 0.84 236.92 0.95 0.08
Hex 1 3 28 62 5D 0 54 ED 5F 8
Octal 1 3 50 142 135 0 124 355 137 10
Binary 1 11 101000 1100010 1011101 0 1010100 11101101 1011111 1000

Color Harmonies of #010328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010328

Black with #010328

Text Example


Text Example

White with #010328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010328; }

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

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

background-color css

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

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

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

border-color css

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

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

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