Html Css Color HEX #4D183A Blackberry

📋 copy color: '#4D183A'

red 77 ◦ green 24 ◦ blue 58

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

Shades of Blackberry #4D183A

Tints of Blackberry #4D183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 48.43%
G = 15.09%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D183A (or 0x4D183A) is known color: Blackberry. HEX triplet: 4D, 18 and 3A. RGB value is (77,24,58). Sum of RGB (Red+Green+Blue) = 77+24+58=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183A is #B2E7C5. Grayscale: #2B2B2B. Windows color (decimal): -11724742 or 3807309. OLE color: 3807309.

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

Color convert

RGB 77 24 58 -
CMYK 0 0.69 0.25 0.70
HSL 321.51º 0.52% 0.2% -
HSV(B) 321.51º 0.69% 0.3% -
XYZ 4.15 2.54 4.27 -
YUV 43.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 77 24 58 0 0.69 0.25 0.70 321.51 0.52 0.2
Hex 4D 18 3A 0 45 19 46 142 34 14
Octal 115 30 72 0 105 31 106 502 64 24
Binary 1001101 11000 111010 0 1000101 11001 1000110 101000010 110100 10100

Color Harmonies of #4D183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D183A

Black with #4D183A

Text Example


Text Example

White with #4D183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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