Html Css Color HEX #030129 Black Russian

📋 copy color: '#030129'

red 3 ◦ green 1 ◦ blue 41

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

Shades of Black Russian #030129

Tints of Black Russian #030129

RGB

 RED value IS 3 (1.56% from 255) = 6.67%

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

 BLUE value IS 41 (16.41% from 255) = 91.11%

R = 6.67%
G = 2.22%
B = 91.11%

CMYK

 C value IS 0.93

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#030129 (or 0x030129) is known color: Black Russian. HEX triplet: 03, 01 and 29. RGB value is (3,1,41). Sum of RGB (Red+Green+Blue) = 3+1+41=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 41 (16.41% from 255 or 91.11% from 45); Max value from RGB is 41 - color contains mainly: blue. Hex color #030129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030129 is #FCFED6. Grayscale: #060606. Windows color (decimal): -16580311 or 2687235. OLE color: 2687235.

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

Color convert

RGB 3 1 41 -
CMYK 0.93 0.98 0 0.84
HSL 243º 0.95% 0.08% -
HSV(B) 243º 0.98% 0.16% -
XYZ 0.45 0.2 2.11 -
YUV 6.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 3 1 41 0.93 0.98 0 0.84 243 0.95 0.08
Hex 3 1 29 5D 62 0 54 F3 5F 8
Octal 3 1 51 135 142 0 124 363 137 10
Binary 11 1 101001 1011101 1100010 0 1010100 11110011 1011111 1000

Color Harmonies of #030129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030129

Black with #030129

Text Example


Text Example

White with #030129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030129; }

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

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

background-color css

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

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

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

border-color css

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

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

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