Html Css Color HEX #4F1E39 Blackberry

📋 copy color: '#4F1E39'

red 79 ◦ green 30 ◦ blue 57

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

Shades of Blackberry #4F1E39

Tints of Blackberry #4F1E39

RGB

 RED value IS 79 (31.25% from 255) = 47.59%

 GREEN value IS 30 (12.11% from 255) = 18.07%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 47.59%
G = 18.07%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#4F1E39 (or 0x4F1E39) is known color: Blackberry. HEX triplet: 4F, 1E and 39. RGB value is (79,30,57). Sum of RGB (Red+Green+Blue) = 79+30+57=166 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.59% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E39 is #B0E1C6. Grayscale: #2F2F2F. Windows color (decimal): -11592135 or 3743311. OLE color: 3743311.

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

Color convert

RGB 79 30 57 -
CMYK 0 0.62 0.28 0.69
HSL 326.94º 0.45% 0.21% -
HSV(B) 326.94º 0.62% 0.31% -
XYZ 4.43 2.89 4.19 -
YUV 47.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 79 30 57 0 0.62 0.28 0.69 326.94 0.45 0.21
Hex 4F 1E 39 0 3E 1C 45 147 2D 15
Octal 117 36 71 0 76 34 105 507 55 25
Binary 1001111 11110 111001 0 111110 11100 1000101 101000111 101101 10101

Color Harmonies of #4F1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1E39

Black with #4F1E39

Text Example


Text Example

White with #4F1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,30,57); }

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

background-color css

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

 a { background-color: rgb(79,30,57); }

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

border-color css

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

 span { border-color: rgb(79,30,57); }

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