Html Css Color HEX #4E1D3F Blackberry

📋 copy color: '#4E1D3F'

red 78 ◦ green 29 ◦ blue 63

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

Shades of Blackberry #4E1D3F

Tints of Blackberry #4E1D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 45.88%
G = 17.06%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E1D3F (or 0x4E1D3F) is known color: Blackberry. HEX triplet: 4E, 1D and 3F. RGB value is (78,29,63). Sum of RGB (Red+Green+Blue) = 78+29+63=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D3F is #B1E2C0. Grayscale: #2F2F2F. Windows color (decimal): -11657921 or 4136270. OLE color: 4136270.

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

Color convert

RGB 78 29 63 -
CMYK 0 0.63 0.19 0.69
HSL 318.37º 0.46% 0.21% -
HSV(B) 318.37º 0.63% 0.31% -
XYZ 4.48 2.86 5.02 -
YUV 47.53 136.73 149.74 -
System Red Green Blue C M Y K H S L
Decimal 78 29 63 0 0.63 0.19 0.69 318.37 0.46 0.21
Hex 4E 1D 3F 0 3F 13 45 13E 2E 15
Octal 116 35 77 0 77 23 105 476 56 25
Binary 1001110 11101 111111 0 111111 10011 1000101 100111110 101110 10101

Color Harmonies of #4E1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D3F

Black with #4E1D3F

Text Example


Text Example

White with #4E1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,29,63); }

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

background-color css

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

 a { background-color: rgb(78,29,63); }

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

border-color css

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

 span { border-color: rgb(78,29,63); }

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