Html Css Color HEX #4D1730 Blackberry

📋 copy color: '#4D1730'

red 77 ◦ green 23 ◦ blue 48

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

Shades of Blackberry #4D1730

Tints of Blackberry #4D1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 52.03%
G = 15.54%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D1730 (or 0x4D1730) is known color: Blackberry. HEX triplet: 4D, 17 and 30. RGB value is (77,23,48). Sum of RGB (Red+Green+Blue) = 77+23+48=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1730 is #B2E8CF. Grayscale: #292929. Windows color (decimal): -11725008 or 3151693. OLE color: 3151693.

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

Color convert

RGB 77 23 48 -
CMYK 0 0.70 0.38 0.70
HSL 332.22º 0.54% 0.2% -
HSV(B) 332.22º 0.7% 0.3% -
XYZ 3.9 2.4 3.05 -
YUV 42 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 77 23 48 0 0.70 0.38 0.70 332.22 0.54 0.2
Hex 4D 17 30 0 46 26 46 14C 36 14
Octal 115 27 60 0 106 46 106 514 66 24
Binary 1001101 10111 110000 0 1000110 100110 1000110 101001100 110110 10100

Color Harmonies of #4D1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1730

Black with #4D1730

Text Example


Text Example

White with #4D1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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