Html Css Color HEX #4D1830 Blackberry

📋 copy color: '#4D1830'

red 77 ◦ green 24 ◦ blue 48

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

Shades of Blackberry #4D1830

Tints of Blackberry #4D1830

RGB

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

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

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

R = 51.68%
G = 16.11%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D1830 (or 0x4D1830) is known color: Blackberry. HEX triplet: 4D, 18 and 30. RGB value is (77,24,48). Sum of RGB (Red+Green+Blue) = 77+24+48=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1830 is #B2E7CF. Grayscale: #2A2A2A. Windows color (decimal): -11724752 or 3151949. OLE color: 3151949.

HSL color Cylindrical-coordinate representation of color #4D1830: hue angle of 332.83º 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 #4D1830 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 24 48 -
CMYK 0 0.69 0.38 0.70
HSL 332.83º 0.52% 0.2% -
HSV(B) 332.83º 0.69% 0.3% -
XYZ 3.92 2.44 3.06 -
YUV 42.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 77 24 48 0 0.69 0.38 0.70 332.83 0.52 0.2
Hex 4D 18 30 0 45 26 46 14D 34 14
Octal 115 30 60 0 105 46 106 515 64 24
Binary 1001101 11000 110000 0 1000101 100110 1000110 101001101 110100 10100

Color Harmonies of #4D1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1830

Black with #4D1830

Text Example


Text Example

White with #4D1830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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