Html Css Color HEX #4F0230 Blackberry

📋 copy color: '#4F0230'

red 79 ◦ green 2 ◦ blue 48

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

Shades of Blackberry #4F0230

Tints of Blackberry #4F0230

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 61.24%
G = 1.55%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#4F0230 (or 0x4F0230) is known color: Blackberry. HEX triplet: 4F, 02 and 30. RGB value is (79,2,48). Sum of RGB (Red+Green+Blue) = 79+2+48=129 (17% of max value = 765). Red value is 79 (31.25% from 255 or 61.24% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0230 is #B0FDCF. Grayscale: #1E1E1E. Windows color (decimal): -11599312 or 3146319. OLE color: 3146319.

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

Color convert

RGB 79 2 48 -
CMYK 0 0.97 0.39 0.69
HSL 324.16º 0.95% 0.16% -
HSV(B) 324.16º 0.97% 0.31% -
XYZ 3.78 1.92 2.97 -
YUV 30.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 79 2 48 0 0.97 0.39 0.69 324.16 0.95 0.16
Hex 4F 2 30 0 61 27 45 144 5F 10
Octal 117 2 60 0 141 47 105 504 137 20
Binary 1001111 10 110000 0 1100001 100111 1000101 101000100 1011111 10000

Color Harmonies of #4F0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0230

Black with #4F0230

Text Example


Text Example

White with #4F0230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,48); }

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

background-color css

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

 a { background-color: rgb(79,2,48); }

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

border-color css

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

 span { border-color: rgb(79,2,48); }

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