Html Css Color HEX #4D2038 Blackberry

📋 copy color: '#4D2038'

red 77 ◦ green 32 ◦ blue 56

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

Shades of Blackberry #4D2038

Tints of Blackberry #4D2038

RGB

 RED value IS 77 (30.47% from 255) = 46.67%

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 56 (22.27% from 255) = 33.94%

R = 46.67%
G = 19.39%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.70

RGB Variations

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

Color information

#4D2038 (or 0x4D2038) is known color: Blackberry. HEX triplet: 4D, 20 and 38. RGB value is (77,32,56). Sum of RGB (Red+Green+Blue) = 77+32+56=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2038 is #B2DFC7. Grayscale: #303030. Windows color (decimal): -11722696 or 3678285. OLE color: 3678285.

HSL color Cylindrical-coordinate representation of color #4D2038: hue angle of 328º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2038 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 32 56 -
CMYK 0 0.58 0.27 0.70
HSL 328º 0.41% 0.21% -
HSV(B) 328º 0.58% 0.3% -
XYZ 4.29 2.9 4.07 -
YUV 48.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 77 32 56 0 0.58 0.27 0.70 328 0.41 0.21
Hex 4D 20 38 0 3A 1B 46 148 29 15
Octal 115 40 70 0 72 33 106 510 51 25
Binary 1001101 100000 111000 0 111010 11011 1000110 101001000 101001 10101

Color Harmonies of #4D2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2038

Black with #4D2038

Text Example


Text Example

White with #4D2038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,56); }

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

background-color css

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

 a { background-color: rgb(77,32,56); }

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

border-color css

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

 span { border-color: rgb(77,32,56); }

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