Html Css Color HEX #4E112B Blackberry

📋 copy color: '#4E112B'

red 78 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #4E112B

Tints of Blackberry #4E112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 56.52%
G = 12.32%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#4E112B (or 0x4E112B) is known color: Blackberry. HEX triplet: 4E, 11 and 2B. RGB value is (78,17,43). Sum of RGB (Red+Green+Blue) = 78+17+43=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E112B is #B1EED4. Grayscale: #262626. Windows color (decimal): -11661013 or 2822478. OLE color: 2822478.

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

Color convert

RGB 78 17 43 -
CMYK 0 0.78 0.45 0.69
HSL 334.43º 0.64% 0.19% -
HSV(B) 334.43º 0.78% 0.31% -
XYZ 3.78 2.2 2.51 -
YUV 38.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 78 17 43 0 0.78 0.45 0.69 334.43 0.64 0.19
Hex 4E 11 2B 0 4E 2D 45 14E 40 13
Octal 116 21 53 0 116 55 105 516 100 23
Binary 1001110 10001 101011 0 1001110 101101 1000101 101001110 1000000 10011

Color Harmonies of #4E112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E112B

Black with #4E112B

Text Example


Text Example

White with #4E112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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