Html Css Color HEX #4B2830 Black Rose

📋 copy color: '#4B2830'

red 75 ◦ green 40 ◦ blue 48

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

Shades of Black Rose #4B2830

Tints of Black Rose #4B2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 46.01%
G = 24.54%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4B2830 (or 0x4B2830) is known color: Black Rose. HEX triplet: 4B, 28 and 30. RGB value is (75,40,48). Sum of RGB (Red+Green+Blue) = 75+40+48=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2830 is #B4D7CF. Grayscale: #333333. Windows color (decimal): -11851728 or 3156043. OLE color: 3156043.

HSL color Cylindrical-coordinate representation of color #4B2830: hue angle of 346.29º 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 #4B2830 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 40 48 -
CMYK 0 0.47 0.36 0.71
HSL 346.29º 0.3% 0.23% -
HSV(B) 346.29º 0.47% 0.29% -
XYZ 4.19 3.23 3.2 -
YUV 51.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 75 40 48 0 0.47 0.36 0.71 346.29 0.3 0.23
Hex 4B 28 30 0 2F 24 47 15A 1E 17
Octal 113 50 60 0 57 44 107 532 36 27
Binary 1001011 101000 110000 0 101111 100100 1000111 101011010 11110 10111

Color Harmonies of #4B2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2830

Black with #4B2830

Text Example


Text Example

White with #4B2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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