Html Css Color HEX #4D183D Blackberry

📋 copy color: '#4D183D'

red 77 ◦ green 24 ◦ blue 61

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

Shades of Blackberry #4D183D

Tints of Blackberry #4D183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 47.53%
G = 14.81%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D183D (or 0x4D183D) is known color: Blackberry. HEX triplet: 4D, 18 and 3D. RGB value is (77,24,61). Sum of RGB (Red+Green+Blue) = 77+24+61=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183D is #B2E7C2. Grayscale: #2B2B2B. Windows color (decimal): -11724739 or 4003917. OLE color: 4003917.

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

Color convert

RGB 77 24 61 -
CMYK 0 0.69 0.21 0.70
HSL 318.11º 0.52% 0.2% -
HSV(B) 318.11º 0.69% 0.3% -
XYZ 4.23 2.57 4.69 -
YUV 44.07 137.56 151.49 -
System Red Green Blue C M Y K H S L
Decimal 77 24 61 0 0.69 0.21 0.70 318.11 0.52 0.2
Hex 4D 18 3D 0 45 15 46 13E 34 14
Octal 115 30 75 0 105 25 106 476 64 24
Binary 1001101 11000 111101 0 1000101 10101 1000110 100111110 110100 10100

Color Harmonies of #4D183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D183D

Black with #4D183D

Text Example


Text Example

White with #4D183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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