Html Css Color HEX #010326 Black Russian

📋 copy color: '#010326'

red 1 ◦ green 3 ◦ blue 38

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

Shades of Black Russian #010326

Tints of Black Russian #010326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 90.48%

R = 2.38%
G = 7.14%
B = 90.48%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010326 (or 0x010326) is known color: Black Russian. HEX triplet: 01, 03 and 26. RGB value is (1,3,38). Sum of RGB (Red+Green+Blue) = 1+3+38=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 38 (15.23% from 255 or 90.48% from 42); Max value from RGB is 38 - color contains mainly: blue. Hex color #010326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010326 is #FEFCD9. Grayscale: #060606. Windows color (decimal): -16710874 or 2491137. OLE color: 2491137.

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

Color convert

RGB 1 3 38 -
CMYK 0.97 0.92 0 0.85
HSL 236.76º 0.95% 0.08% -
HSV(B) 236.76º 0.97% 0.15% -
XYZ 0.39 0.21 1.85 -
YUV 6.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 1 3 38 0.97 0.92 0 0.85 236.76 0.95 0.08
Hex 1 3 26 61 5C 0 55 ED 5F 8
Octal 1 3 46 141 134 0 125 355 137 10
Binary 1 11 100110 1100001 1011100 0 1010101 11101101 1011111 1000

Color Harmonies of #010326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010326

Black with #010326

Text Example


Text Example

White with #010326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010326; }

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

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

background-color css

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

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

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

border-color css

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

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

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