Html Css Color HEX #4E1135 Blackberry

📋 copy color: '#4E1135'

red 78 ◦ green 17 ◦ blue 53

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

Shades of Blackberry #4E1135

Tints of Blackberry #4E1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.49%

 BLUE value IS 53 (21.09% from 255) = 35.81%

R = 52.7%
G = 11.49%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#4E1135 (or 0x4E1135) is known color: Blackberry. HEX triplet: 4E, 11 and 35. RGB value is (78,17,53). Sum of RGB (Red+Green+Blue) = 78+17+53=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1135 is #B1EECA. Grayscale: #272727. Windows color (decimal): -11661003 or 3477838. OLE color: 3477838.

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

Color convert

RGB 78 17 53 -
CMYK 0 0.78 0.32 0.69
HSL 324.59º 0.64% 0.19% -
HSV(B) 324.59º 0.78% 0.31% -
XYZ 3.98 2.28 3.6 -
YUV 39.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 78 17 53 0 0.78 0.32 0.69 324.59 0.64 0.19
Hex 4E 11 35 0 4E 20 45 145 40 13
Octal 116 21 65 0 116 40 105 505 100 23
Binary 1001110 10001 110101 0 1001110 100000 1000101 101000101 1000000 10011

Color Harmonies of #4E1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1135

Black with #4E1135

Text Example


Text Example

White with #4E1135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,53); }

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

background-color css

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

 a { background-color: rgb(78,17,53); }

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

border-color css

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

 span { border-color: rgb(78,17,53); }

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