Html Css Color HEX #4D172E Blackberry

📋 copy color: '#4D172E'

red 77 ◦ green 23 ◦ blue 46

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

Shades of Blackberry #4D172E

Tints of Blackberry #4D172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.51%

R = 52.74%
G = 15.75%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.70

RGB Variations

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

Color information

#4D172E (or 0x4D172E) is known color: Blackberry. HEX triplet: 4D, 17 and 2E. RGB value is (77,23,46). Sum of RGB (Red+Green+Blue) = 77+23+46=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D172E is #B2E8D1. Grayscale: #292929. Windows color (decimal): -11725010 or 3020621. OLE color: 3020621.

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

Color convert

RGB 77 23 46 -
CMYK 0 0.70 0.40 0.70
HSL 334.44º 0.54% 0.2% -
HSV(B) 334.44º 0.7% 0.3% -
XYZ 3.86 2.39 2.84 -
YUV 41.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 77 23 46 0 0.70 0.40 0.70 334.44 0.54 0.2
Hex 4D 17 2E 0 46 28 46 14E 36 14
Octal 115 27 56 0 106 50 106 516 66 24
Binary 1001101 10111 101110 0 1000110 101000 1000110 101001110 110110 10100

Color Harmonies of #4D172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D172E

Black with #4D172E

Text Example


Text Example

White with #4D172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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