Html Css Color HEX #4B2831 Black Rose

📋 copy color: '#4B2831'

red 75 ◦ green 40 ◦ blue 49

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

Shades of Black Rose #4B2831

Tints of Black Rose #4B2831

RGB

 RED value IS 75 (29.69% from 255) = 45.73%

 GREEN value IS 40 (16.02% from 255) = 24.39%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 45.73%
G = 24.39%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.71

RGB Variations

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

Color information

#4B2831 (or 0x4B2831) is known color: Black Rose. HEX triplet: 4B, 28 and 31. RGB value is (75,40,49). Sum of RGB (Red+Green+Blue) = 75+40+49=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2831 is #B4D7CE. Grayscale: #333333. Windows color (decimal): -11851727 or 3221579. OLE color: 3221579.

HSL color Cylindrical-coordinate representation of color #4B2831: hue angle of 344.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B2831 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 40 49 -
CMYK 0 0.47 0.35 0.71
HSL 344.57º 0.3% 0.23% -
HSV(B) 344.57º 0.47% 0.29% -
XYZ 4.21 3.24 3.31 -
YUV 51.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 75 40 49 0 0.47 0.35 0.71 344.57 0.3 0.23
Hex 4B 28 31 0 2F 23 47 159 1E 17
Octal 113 50 61 0 57 43 107 531 36 27
Binary 1001011 101000 110001 0 101111 100011 1000111 101011001 11110 10111

Color Harmonies of #4B2831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2831

Black with #4B2831

Text Example


Text Example

White with #4B2831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2831; }

 p { color: rgb(75,40,49); }

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

background-color css

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

 a { background-color: rgb(75,40,49); }

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

border-color css

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

 span { border-color: rgb(75,40,49); }

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