Html Css Color HEX #4F0022 Blackberry

📋 copy color: '#4F0022'

red 79 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #4F0022

Tints of Blackberry #4F0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 69.91%
G = 0%
B = 30.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.69

RGB Variations

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

Color information

#4F0022 (or 0x4F0022) is known color: Blackberry. HEX triplet: 4F, 00 and 22. RGB value is (79,0,34). Sum of RGB (Red+Green+Blue) = 79+0+34=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0022 is #B0FFDD. Grayscale: #1B1B1B. Windows color (decimal): -11599838 or 2228303. OLE color: 2228303.

HSL color Cylindrical-coordinate representation of color #4F0022: hue angle of 334.18º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0022 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 0 34 -
CMYK 0 1 0.57 0.69
HSL 334.18º 1% 0.15% -
HSV(B) 334.18º 1% 0.31% -
XYZ 3.51 1.78 1.67 -
YUV 27.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 79 0 34 0 1 0.57 0.69 334.18 1 0.15
Hex 4F 0 22 0 64 39 45 14E 64 F
Octal 117 0 42 0 144 71 105 516 144 17
Binary 1001111 0 100010 0 1100100 111001 1000101 101001110 1100100 1111

Color Harmonies of #4F0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0022

Black with #4F0022

Text Example


Text Example

White with #4F0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,0,34); }

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

background-color css

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

 a { background-color: rgb(79,0,34); }

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

border-color css

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

 span { border-color: rgb(79,0,34); }

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