Html Css Color HEX #4D1B33 Blackberry

📋 copy color: '#4D1B33'

red 77 ◦ green 27 ◦ blue 51

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

Shades of Blackberry #4D1B33

Tints of Blackberry #4D1B33

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 51 (20.31% from 255) = 32.9%

R = 49.68%
G = 17.42%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D1B33 (or 0x4D1B33) is known color: Blackberry. HEX triplet: 4D, 1B and 33. RGB value is (77,27,51). Sum of RGB (Red+Green+Blue) = 77+27+51=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B33 is #B2E4CC. Grayscale: #2C2C2C. Windows color (decimal): -11723981 or 3349325. OLE color: 3349325.

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

Color convert

RGB 77 27 51 -
CMYK 0 0.65 0.34 0.70
HSL 331.2º 0.48% 0.2% -
HSV(B) 331.2º 0.65% 0.3% -
XYZ 4.05 2.6 3.42 -
YUV 44.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 77 27 51 0 0.65 0.34 0.70 331.2 0.48 0.2
Hex 4D 1B 33 0 41 22 46 14B 30 14
Octal 115 33 63 0 101 42 106 513 60 24
Binary 1001101 11011 110011 0 1000001 100010 1000110 101001011 110000 10100

Color Harmonies of #4D1B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1B33

Black with #4D1B33

Text Example


Text Example

White with #4D1B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,27,51); }

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

background-color css

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

 a { background-color: rgb(77,27,51); }

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

border-color css

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

 span { border-color: rgb(77,27,51); }

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