Html Css Color HEX #4E1229 Blackberry

📋 copy color: '#4E1229'

red 78 ◦ green 18 ◦ blue 41

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

Shades of Blackberry #4E1229

Tints of Blackberry #4E1229

RGB

 RED value IS 78 (30.86% from 255) = 56.93%

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

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

R = 56.93%
G = 13.14%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E1229 (or 0x4E1229) is known color: Blackberry. HEX triplet: 4E, 12 and 29. RGB value is (78,18,41). Sum of RGB (Red+Green+Blue) = 78+18+41=137 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.93% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1229 is #B1EDD6. Grayscale: #262626. Windows color (decimal): -11660759 or 2691662. OLE color: 2691662.

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

Color convert

RGB 78 18 41 -
CMYK 0 0.77 0.47 0.69
HSL 337º 0.63% 0.19% -
HSV(B) 337º 0.77% 0.31% -
XYZ 3.76 2.21 2.33 -
YUV 38.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 78 18 41 0 0.77 0.47 0.69 337 0.63 0.19
Hex 4E 12 29 0 4D 2F 45 151 3E 13
Octal 116 22 51 0 115 57 105 521 76 23
Binary 1001110 10010 101001 0 1001101 101111 1000101 101010001 111110 10011

Color Harmonies of #4E1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1229

Black with #4E1229

Text Example


Text Example

White with #4E1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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