Html Css Color HEX #01052A Black Russian

📋 copy color: '#01052A'

red 1 ◦ green 5 ◦ blue 42

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

Shades of Black Russian #01052A

Tints of Black Russian #01052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 42 (16.8% from 255) = 87.5%

R = 2.08%
G = 10.42%
B = 87.5%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#01052A (or 0x01052A) is known color: Black Russian. HEX triplet: 01, 05 and 2A. RGB value is (1,5,42). Sum of RGB (Red+Green+Blue) = 1+5+42=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 42 (16.80% from 255 or 87.5% from 48); Max value from RGB is 42 - color contains mainly: blue. Hex color #01052A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01052A is #FEFAD5. Grayscale: #070707. Windows color (decimal): -16710358 or 2753793. OLE color: 2753793.

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

Color convert

RGB 1 5 42 -
CMYK 0.98 0.88 0 0.84
HSL 234.15º 0.95% 0.08% -
HSV(B) 234.15º 0.98% 0.16% -
XYZ 0.48 0.28 2.22 -
YUV 8.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 1 5 42 0.98 0.88 0 0.84 234.15 0.95 0.08
Hex 1 5 2A 62 58 0 54 EA 5F 8
Octal 1 5 52 142 130 0 124 352 137 10
Binary 1 101 101010 1100010 1011000 0 1010100 11101010 1011111 1000

Color Harmonies of #01052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01052A

Black with #01052A

Text Example


Text Example

White with #01052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01052A; }

 p { color: rgb(1,5,42); }

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

background-color css

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

 a { background-color: rgb(1,5,42); }

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

border-color css

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

 span { border-color: rgb(1,5,42); }

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