Html Css Color HEX #4D182F Blackberry

📋 copy color: '#4D182F'

red 77 ◦ green 24 ◦ blue 47

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

Shades of Blackberry #4D182F

Tints of Blackberry #4D182F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.76%

R = 52.03%
G = 16.22%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D182F (or 0x4D182F) is known color: Blackberry. HEX triplet: 4D, 18 and 2F. RGB value is (77,24,47). Sum of RGB (Red+Green+Blue) = 77+24+47=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D182F is #B2E7D0. Grayscale: #2A2A2A. Windows color (decimal): -11724753 or 3086413. OLE color: 3086413.

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

Color convert

RGB 77 24 47 -
CMYK 0 0.69 0.39 0.70
HSL 333.96º 0.52% 0.2% -
HSV(B) 333.96º 0.69% 0.3% -
XYZ 3.9 2.44 2.95 -
YUV 42.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 77 24 47 0 0.69 0.39 0.70 333.96 0.52 0.2
Hex 4D 18 2F 0 45 27 46 14E 34 14
Octal 115 30 57 0 105 47 106 516 64 24
Binary 1001101 11000 101111 0 1000101 100111 1000110 101001110 110100 10100

Color Harmonies of #4D182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D182F

Black with #4D182F

Text Example


Text Example

White with #4D182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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