Html Css Color HEX #492A33 Black Rose

📋 copy color: '#492A33'

red 73 ◦ green 42 ◦ blue 51

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

Shades of Black Rose #492A33

Tints of Black Rose #492A33

RGB

 RED value IS 73 (28.91% from 255) = 43.98%

 GREEN value IS 42 (16.8% from 255) = 25.3%

 BLUE value IS 51 (20.31% from 255) = 30.72%

R = 43.98%
G = 25.3%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#492A33 (or 0x492A33) is known color: Black Rose. HEX triplet: 49, 2A and 33. RGB value is (73,42,51). Sum of RGB (Red+Green+Blue) = 73+42+51=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #492A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A33 is #B6D5CC. Grayscale: #343434. Windows color (decimal): -11982285 or 3353161. OLE color: 3353161.

HSL color Cylindrical-coordinate representation of color #492A33: hue angle of 342.58º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #492A33 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 51 -
CMYK 0 0.42 0.30 0.71
HSL 342.58º 0.27% 0.23% -
HSV(B) 342.58º 0.42% 0.29% -
XYZ 4.17 3.31 3.55 -
YUV 52.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 73 42 51 0 0.42 0.30 0.71 342.58 0.27 0.23
Hex 49 2A 33 0 2A 1E 47 157 1B 17
Octal 111 52 63 0 52 36 107 527 33 27
Binary 1001001 101010 110011 0 101010 11110 1000111 101010111 11011 10111

Color Harmonies of #492A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A33

Black with #492A33

Text Example


Text Example

White with #492A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492A33; }

 p { color: rgb(73,42,51); }

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

background-color css

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

 a { background-color: rgb(73,42,51); }

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

border-color css

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

 span { border-color: rgb(73,42,51); }

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