Html Css Color HEX #4F0331 Blackberry

📋 copy color: '#4F0331'

red 79 ◦ green 3 ◦ blue 49

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

Shades of Blackberry #4F0331

Tints of Blackberry #4F0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 60.31%
G = 2.29%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#4F0331 (or 0x4F0331) is known color: Blackberry. HEX triplet: 4F, 03 and 31. RGB value is (79,3,49). Sum of RGB (Red+Green+Blue) = 79+3+49=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0331 is #B0FCCE. Grayscale: #1E1E1E. Windows color (decimal): -11599055 or 3212111. OLE color: 3212111.

HSL color Cylindrical-coordinate representation of color #4F0331: hue angle of 323.68º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0331 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 3 49 -
CMYK 0 0.96 0.38 0.69
HSL 323.68º 0.93% 0.16% -
HSV(B) 323.68º 0.96% 0.31% -
XYZ 3.81 1.95 3.08 -
YUV 30.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 79 3 49 0 0.96 0.38 0.69 323.68 0.93 0.16
Hex 4F 3 31 0 60 26 45 144 5D 10
Octal 117 3 61 0 140 46 105 504 135 20
Binary 1001111 11 110001 0 1100000 100110 1000101 101000100 1011101 10000

Color Harmonies of #4F0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0331

Black with #4F0331

Text Example


Text Example

White with #4F0331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,3,49); }

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

background-color css

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

 a { background-color: rgb(79,3,49); }

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

border-color css

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

 span { border-color: rgb(79,3,49); }

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