Html Css Color HEX #4F1D3F Blackberry

📋 copy color: '#4F1D3F'

red 79 ◦ green 29 ◦ blue 63

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

Shades of Blackberry #4F1D3F

Tints of Blackberry #4F1D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.96%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 46.2%
G = 16.96%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#4F1D3F (or 0x4F1D3F) is known color: Blackberry. HEX triplet: 4F, 1D and 3F. RGB value is (79,29,63). Sum of RGB (Red+Green+Blue) = 79+29+63=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 29 (11.72% from 255 or 16.96% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D3F is #B0E2C0. Grayscale: #2F2F2F. Windows color (decimal): -11592385 or 4136271. OLE color: 4136271.

HSL color Cylindrical-coordinate representation of color #4F1D3F: hue angle of 319.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D3F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 29 63 -
CMYK 0 0.63 0.20 0.69
HSL 319.2º 0.46% 0.21% -
HSV(B) 319.2º 0.63% 0.31% -
XYZ 4.56 2.9 5.02 -
YUV 47.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 79 29 63 0 0.63 0.20 0.69 319.2 0.46 0.21
Hex 4F 1D 3F 0 3F 14 45 13F 2E 15
Octal 117 35 77 0 77 24 105 477 56 25
Binary 1001111 11101 111111 0 111111 10100 1000101 100111111 101110 10101

Color Harmonies of #4F1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1D3F

Black with #4F1D3F

Text Example


Text Example

White with #4F1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,29,63); }

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

background-color css

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

 a { background-color: rgb(79,29,63); }

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

border-color css

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

 span { border-color: rgb(79,29,63); }

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