Html Css Color HEX #4F132E Blackberry

📋 copy color: '#4F132E'

red 79 ◦ green 19 ◦ blue 46

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

Shades of Blackberry #4F132E

Tints of Blackberry #4F132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 54.86%
G = 13.19%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F132E (or 0x4F132E) is known color: Blackberry. HEX triplet: 4F, 13 and 2E. RGB value is (79,19,46). Sum of RGB (Red+Green+Blue) = 79+19+46=144 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.86% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 79 - color contains mainly: red. Hex color #4F132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F132E is #B0ECD1. Grayscale: #272727. Windows color (decimal): -11594962 or 3019599. OLE color: 3019599.

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

Color convert

RGB 79 19 46 -
CMYK 0 0.76 0.42 0.69
HSL 333º 0.61% 0.19% -
HSV(B) 333º 0.76% 0.31% -
XYZ 3.95 2.33 2.83 -
YUV 40.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 79 19 46 0 0.76 0.42 0.69 333 0.61 0.19
Hex 4F 13 2E 0 4C 2A 45 14D 3D 13
Octal 117 23 56 0 114 52 105 515 75 23
Binary 1001111 10011 101110 0 1001100 101010 1000101 101001101 111101 10011

Color Harmonies of #4F132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F132E

Black with #4F132E

Text Example


Text Example

White with #4F132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,19,46); }

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

background-color css

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

 a { background-color: rgb(79,19,46); }

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

border-color css

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

 span { border-color: rgb(79,19,46); }

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