Html Css Color HEX #4F172F Blackberry

📋 copy color: '#4F172F'

red 79 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #4F172F

Tints of Blackberry #4F172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.44%

 BLUE value IS 47 (18.75% from 255) = 31.54%

R = 53.02%
G = 15.44%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.69

RGB Variations

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

Color information

#4F172F (or 0x4F172F) is known color: Blackberry. HEX triplet: 4F, 17 and 2F. RGB value is (79,23,47). Sum of RGB (Red+Green+Blue) = 79+23+47=149 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.02% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 79 - color contains mainly: red. Hex color #4F172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F172F is #B0E8D0. Grayscale: #2A2A2A. Windows color (decimal): -11593937 or 3086159. OLE color: 3086159.

HSL color Cylindrical-coordinate representation of color #4F172F: hue angle of 334.29º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F172F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 23 47 -
CMYK 0 0.71 0.41 0.69
HSL 334.29º 0.55% 0.2% -
HSV(B) 334.29º 0.71% 0.31% -
XYZ 4.04 2.48 2.95 -
YUV 42.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 79 23 47 0 0.71 0.41 0.69 334.29 0.55 0.2
Hex 4F 17 2F 0 47 29 45 14E 37 14
Octal 117 27 57 0 107 51 105 516 67 24
Binary 1001111 10111 101111 0 1000111 101001 1000101 101001110 110111 10100

Color Harmonies of #4F172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F172F

Black with #4F172F

Text Example


Text Example

White with #4F172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,47); }

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

background-color css

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

 a { background-color: rgb(79,23,47); }

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

border-color css

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

 span { border-color: rgb(79,23,47); }

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