Html Css Color HEX #4E1D3D Blackberry

📋 copy color: '#4E1D3D'

red 78 ◦ green 29 ◦ blue 61

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

Shades of Blackberry #4E1D3D

Tints of Blackberry #4E1D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 46.43%
G = 17.26%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E1D3D (or 0x4E1D3D) is known color: Blackberry. HEX triplet: 4E, 1D and 3D. RGB value is (78,29,61). Sum of RGB (Red+Green+Blue) = 78+29+61=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1D3D is #B1E2C2. Grayscale: #2F2F2F. Windows color (decimal): -11657923 or 4005198. OLE color: 4005198.

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

Color convert

RGB 78 29 61 -
CMYK 0 0.63 0.22 0.69
HSL 320.82º 0.46% 0.21% -
HSV(B) 320.82º 0.63% 0.31% -
XYZ 4.42 2.84 4.73 -
YUV 47.3 135.73 149.9 -
System Red Green Blue C M Y K H S L
Decimal 78 29 61 0 0.63 0.22 0.69 320.82 0.46 0.21
Hex 4E 1D 3D 0 3F 16 45 141 2E 15
Octal 116 35 75 0 77 26 105 501 56 25
Binary 1001110 11101 111101 0 111111 10110 1000101 101000001 101110 10101

Color Harmonies of #4E1D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D3D

Black with #4E1D3D

Text Example


Text Example

White with #4E1D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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