Html Css Color HEX #4F002A Blackberry

📋 copy color: '#4F002A'

red 79 ◦ green 0 ◦ blue 42

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

Shades of Blackberry #4F002A

Tints of Blackberry #4F002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.71%

R = 65.29%
G = 0%
B = 34.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F002A (or 0x4F002A) is known color: Blackberry. HEX triplet: 4F, 00 and 2A. RGB value is (79,0,42). Sum of RGB (Red+Green+Blue) = 79+0+42=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F002A is #B0FFD5. Grayscale: #1C1C1C. Windows color (decimal): -11599830 or 2752591. OLE color: 2752591.

HSL color Cylindrical-coordinate representation of color #4F002A: hue angle of 328.1º 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 #4F002A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 0 42 -
CMYK 0 1 0.47 0.69
HSL 328.1º 1% 0.15% -
HSV(B) 328.1º 1% 0.31% -
XYZ 3.64 1.83 2.35 -
YUV 28.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 79 0 42 0 1 0.47 0.69 328.1 1 0.15
Hex 4F 0 2A 0 64 2F 45 148 64 F
Octal 117 0 52 0 144 57 105 510 144 17
Binary 1001111 0 101010 0 1100100 101111 1000101 101001000 1100100 1111

Color Harmonies of #4F002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F002A

Black with #4F002A

Text Example


Text Example

White with #4F002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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