Html Css Color HEX #4D1A30 Blackberry

📋 copy color: '#4D1A30'

red 77 ◦ green 26 ◦ blue 48

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

Shades of Blackberry #4D1A30

Tints of Blackberry #4D1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.22%

 BLUE value IS 48 (19.14% from 255) = 31.79%

R = 50.99%
G = 17.22%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D1A30 (or 0x4D1A30) is known color: Blackberry. HEX triplet: 4D, 1A and 30. RGB value is (77,26,48). Sum of RGB (Red+Green+Blue) = 77+26+48=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A30 is #B2E5CF. Grayscale: #2B2B2B. Windows color (decimal): -11724240 or 3152461. OLE color: 3152461.

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

Color convert

RGB 77 26 48 -
CMYK 0 0.66 0.38 0.70
HSL 334.12º 0.5% 0.2% -
HSV(B) 334.12º 0.66% 0.3% -
XYZ 3.96 2.53 3.08 -
YUV 43.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 77 26 48 0 0.66 0.38 0.70 334.12 0.5 0.2
Hex 4D 1A 30 0 42 26 46 14E 32 14
Octal 115 32 60 0 102 46 106 516 62 24
Binary 1001101 11010 110000 0 1000010 100110 1000110 101001110 110010 10100

Color Harmonies of #4D1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1A30

Black with #4D1A30

Text Example


Text Example

White with #4D1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,26,48); }

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

background-color css

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

 a { background-color: rgb(77,26,48); }

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

border-color css

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

 span { border-color: rgb(77,26,48); }

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