Html Css Color HEX #4E1B3C Blackberry

📋 copy color: '#4E1B3C'

red 78 ◦ green 27 ◦ blue 60

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

Shades of Blackberry #4E1B3C

Tints of Blackberry #4E1B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.36%

 BLUE value IS 60 (23.83% from 255) = 36.36%

R = 47.27%
G = 16.36%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#4E1B3C (or 0x4E1B3C) is known color: Blackberry. HEX triplet: 4E, 1B and 3C. RGB value is (78,27,60). Sum of RGB (Red+Green+Blue) = 78+27+60=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1B3C is #B1E4C3. Grayscale: #2D2D2D. Windows color (decimal): -11658436 or 3939150. OLE color: 3939150.

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

Color convert

RGB 78 27 60 -
CMYK 0 0.65 0.23 0.69
HSL 321.18º 0.49% 0.21% -
HSV(B) 321.18º 0.65% 0.31% -
XYZ 4.35 2.73 4.57 -
YUV 46.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 78 27 60 0 0.65 0.23 0.69 321.18 0.49 0.21
Hex 4E 1B 3C 0 41 17 45 141 31 15
Octal 116 33 74 0 101 27 105 501 61 25
Binary 1001110 11011 111100 0 1000001 10111 1000101 101000001 110001 10101

Color Harmonies of #4E1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1B3C

Black with #4E1B3C

Text Example


Text Example

White with #4E1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,27,60); }

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

background-color css

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

 a { background-color: rgb(78,27,60); }

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

border-color css

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

 span { border-color: rgb(78,27,60); }

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