Html Css Color HEX #4D1935 Blackberry

📋 copy color: '#4D1935'

red 77 ◦ green 25 ◦ blue 53

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

Shades of Blackberry #4D1935

Tints of Blackberry #4D1935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 49.68%
G = 16.13%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D1935 (or 0x4D1935) is known color: Blackberry. HEX triplet: 4D, 19 and 35. RGB value is (77,25,53). Sum of RGB (Red+Green+Blue) = 77+25+53=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1935 is #B2E6CA. Grayscale: #2B2B2B. Windows color (decimal): -11724491 or 3479885. OLE color: 3479885.

HSL color Cylindrical-coordinate representation of color #4D1935: hue angle of 327.69º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D1935 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 25 53 -
CMYK 0 0.68 0.31 0.70
HSL 327.69º 0.51% 0.2% -
HSV(B) 327.69º 0.68% 0.3% -
XYZ 4.05 2.53 3.64 -
YUV 43.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 77 25 53 0 0.68 0.31 0.70 327.69 0.51 0.2
Hex 4D 19 35 0 44 1F 46 148 33 14
Octal 115 31 65 0 104 37 106 510 63 24
Binary 1001101 11001 110101 0 1000100 11111 1000110 101001000 110011 10100

Color Harmonies of #4D1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1935

Black with #4D1935

Text Example


Text Example

White with #4D1935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,25,53); }

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

background-color css

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

 a { background-color: rgb(77,25,53); }

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

border-color css

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

 span { border-color: rgb(77,25,53); }

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