Html Css Color HEX #4B2C37 Black Rose

📋 copy color: '#4B2C37'

red 75 ◦ green 44 ◦ blue 55

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

Shades of Black Rose #4B2C37

Tints of Black Rose #4B2C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.29%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 43.1%
G = 25.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4B2C37 (or 0x4B2C37) is known color: Black Rose. HEX triplet: 4B, 2C and 37. RGB value is (75,44,55). Sum of RGB (Red+Green+Blue) = 75+44+55=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C37 is #B4D3C8. Grayscale: #363636. Windows color (decimal): -11850697 or 3615819. OLE color: 3615819.

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

Color convert

RGB 75 44 55 -
CMYK 0 0.41 0.27 0.71
HSL 338.71º 0.26% 0.23% -
HSV(B) 338.71º 0.41% 0.29% -
XYZ 4.49 3.57 4.07 -
YUV 54.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 75 44 55 0 0.41 0.27 0.71 338.71 0.26 0.23
Hex 4B 2C 37 0 29 1B 47 153 1A 17
Octal 113 54 67 0 51 33 107 523 32 27
Binary 1001011 101100 110111 0 101001 11011 1000111 101010011 11010 10111

Color Harmonies of #4B2C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2C37

Black with #4B2C37

Text Example


Text Example

White with #4B2C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,44,55); }

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

background-color css

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

 a { background-color: rgb(75,44,55); }

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

border-color css

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

 span { border-color: rgb(75,44,55); }

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