Html Css Color HEX #00042A Black Russian

📋 copy color: '#00042A'

red 0 ◦ green 4 ◦ blue 42

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

Shades of Black Russian #00042A

Tints of Black Russian #00042A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 8.7%
B = 91.3%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#00042A (or 0x00042A) is known color: Black Russian. HEX triplet: 00, 04 and 2A. RGB value is (0,4,42). Sum of RGB (Red+Green+Blue) = 0+4+42=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 42 (16.80% from 255 or 91.30% from 46); Max value from RGB is 42 - color contains mainly: blue. Hex color #00042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00042A is #FFFBD5. Grayscale: #060606. Windows color (decimal): -16776150 or 2753536. OLE color: 2753536.

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

Color convert

RGB 0 4 42 -
CMYK 1 0.90 0 0.84
HSL 234.29º 1% 0.08% -
HSV(B) 234.29º 1% 0.16% -
XYZ 0.46 0.25 2.22 -
YUV 7.14 147.67 122.91 -
System Red Green Blue C M Y K H S L
Decimal 0 4 42 1 0.90 0 0.84 234.29 1 0.08
Hex 0 4 2A 64 5A 0 54 EA 64 8
Octal 0 4 52 144 132 0 124 352 144 10
Binary 0 100 101010 1100100 1011010 0 1010100 11101010 1100100 1000

Color Harmonies of #00042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00042A

Black with #00042A

Text Example


Text Example

White with #00042A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,4,42); }

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

background-color css

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

 a { background-color: rgb(0,4,42); }

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

border-color css

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

 span { border-color: rgb(0,4,42); }

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