Html Css Color HEX #04002A Black Russian

📋 copy color: '#04002A'

red 4 ◦ green 0 ◦ blue 42

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

Shades of Black Russian #04002A

Tints of Black Russian #04002A

RGB

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

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

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

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

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#04002A (or 0x04002A) is known color: Black Russian. HEX triplet: 04, 00 and 2A. RGB value is (4,0,42). Sum of RGB (Red+Green+Blue) = 4+0+42=46 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.70% from 46); Green value is 0 (0.39% from 255 or 0% 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 #04002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04002A is #FBFFD5. Grayscale: #050505. Windows color (decimal): -16515030 or 2752516. OLE color: 2752516.

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

Color convert

RGB 4 0 42 -
CMYK 0.90 1 0 0.84
HSL 245.71º 1% 0.08% -
HSV(B) 245.71º 1% 0.16% -
XYZ 0.47 0.19 2.2 -
YUV 5.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 4 0 42 0.90 1 0 0.84 245.71 1 0.08
Hex 4 0 2A 5A 64 0 54 F6 64 8
Octal 4 0 52 132 144 0 124 366 144 10
Binary 100 0 101010 1011010 1100100 0 1010100 11110110 1100100 1000

Color Harmonies of #04002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04002A

Black with #04002A

Text Example


Text Example

White with #04002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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