Html Css Color HEX #4D1835 Blackberry

📋 copy color: '#4D1835'

red 77 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #4D1835

Tints of Blackberry #4D1835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 50%
G = 15.58%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D1835 (or 0x4D1835) is known color: Blackberry. HEX triplet: 4D, 18 and 35. RGB value is (77,24,53). Sum of RGB (Red+Green+Blue) = 77+24+53=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1835 is #B2E7CA. Grayscale: #2B2B2B. Windows color (decimal): -11724747 or 3479629. OLE color: 3479629.

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

Color convert

RGB 77 24 53 -
CMYK 0 0.69 0.31 0.70
HSL 327.17º 0.52% 0.2% -
HSV(B) 327.17º 0.69% 0.3% -
XYZ 4.03 2.49 3.64 -
YUV 43.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 77 24 53 0 0.69 0.31 0.70 327.17 0.52 0.2
Hex 4D 18 35 0 45 1F 46 147 34 14
Octal 115 30 65 0 105 37 106 507 64 24
Binary 1001101 11000 110101 0 1000101 11111 1000110 101000111 110100 10100

Color Harmonies of #4D1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1835

Black with #4D1835

Text Example


Text Example

White with #4D1835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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