Html Css Color HEX #4D1229 Blackberry

📋 copy color: '#4D1229'

red 77 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #4D1229

Tints of Blackberry #4D1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 41 (16.41% from 255) = 30.15%

R = 56.62%
G = 13.24%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D1229 (or 0x4D1229) is known color: Blackberry. HEX triplet: 4D, 12 and 29. RGB value is (77,18,41). Sum of RGB (Red+Green+Blue) = 77+18+41=136 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.62% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1229 is #B2EDD6. Grayscale: #262626. Windows color (decimal): -11726295 or 2691661. OLE color: 2691661.

HSL color Cylindrical-coordinate representation of color #4D1229: hue angle of 336.61º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1229 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 18 41 -
CMYK 0 0.77 0.47 0.70
HSL 336.61º 0.62% 0.19% -
HSV(B) 336.61º 0.77% 0.3% -
XYZ 3.68 2.17 2.32 -
YUV 38.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 77 18 41 0 0.77 0.47 0.70 336.61 0.62 0.19
Hex 4D 12 29 0 4D 2F 46 151 3E 13
Octal 115 22 51 0 115 57 106 521 76 23
Binary 1001101 10010 101001 0 1001101 101111 1000110 101010001 111110 10011

Color Harmonies of #4D1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1229

Black with #4D1229

Text Example


Text Example

White with #4D1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,18,41); }

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

background-color css

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

 a { background-color: rgb(77,18,41); }

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

border-color css

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

 span { border-color: rgb(77,18,41); }

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