Html Css Color HEX #4F0523 Blackberry

📋 copy color: '#4F0523'

red 79 ◦ green 5 ◦ blue 35

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

Shades of Blackberry #4F0523

Tints of Blackberry #4F0523

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 35 (14.06% from 255) = 29.41%

R = 66.39%
G = 4.2%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#4F0523 (or 0x4F0523) is known color: Blackberry. HEX triplet: 4F, 05 and 23. RGB value is (79,5,35). Sum of RGB (Red+Green+Blue) = 79+5+35=119 (15% of max value = 765). Red value is 79 (31.25% from 255 or 66.39% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0523 is #B0FADC. Grayscale: #1E1E1E. Windows color (decimal): -11598557 or 2295119. OLE color: 2295119.

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

Color convert

RGB 79 5 35 -
CMYK 0 0.94 0.56 0.69
HSL 335.68º 0.88% 0.16% -
HSV(B) 335.68º 0.94% 0.31% -
XYZ 3.58 1.89 1.77 -
YUV 30.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 79 5 35 0 0.94 0.56 0.69 335.68 0.88 0.16
Hex 4F 5 23 0 5E 38 45 150 58 10
Octal 117 5 43 0 136 70 105 520 130 20
Binary 1001111 101 100011 0 1011110 111000 1000101 101010000 1011000 10000

Color Harmonies of #4F0523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0523

Black with #4F0523

Text Example


Text Example

White with #4F0523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,5,35); }

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

background-color css

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

 a { background-color: rgb(79,5,35); }

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

border-color css

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

 span { border-color: rgb(79,5,35); }

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