Html Css Color HEX #4D0F36 Blackberry

📋 copy color: '#4D0F36'

red 77 ◦ green 15 ◦ blue 54

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

Shades of Blackberry #4D0F36

Tints of Blackberry #4D0F36

RGB

 RED value IS 77 (30.47% from 255) = 52.74%

 GREEN value IS 15 (6.25% from 255) = 10.27%

 BLUE value IS 54 (21.48% from 255) = 36.99%

R = 52.74%
G = 10.27%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4D0F36 (or 0x4D0F36) is known color: Blackberry. HEX triplet: 4D, 0F and 36. RGB value is (77,15,54). Sum of RGB (Red+Green+Blue) = 77+15+54=146 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.74% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F36 is #B2F0C9. Grayscale: #252525. Windows color (decimal): -11727050 or 3542861. OLE color: 3542861.

HSL color Cylindrical-coordinate representation of color #4D0F36: hue angle of 322.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F36 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 15 54 -
CMYK 0 0.81 0.30 0.70
HSL 322.26º 0.67% 0.18% -
HSV(B) 322.26º 0.81% 0.3% -
XYZ 3.9 2.19 3.71 -
YUV 37.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 77 15 54 0 0.81 0.30 0.70 322.26 0.67 0.18
Hex 4D F 36 0 51 1E 46 142 43 12
Octal 115 17 66 0 121 36 106 502 103 22
Binary 1001101 1111 110110 0 1010001 11110 1000110 101000010 1000011 10010

Color Harmonies of #4D0F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F36

Black with #4D0F36

Text Example


Text Example

White with #4D0F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,15,54); }

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

background-color css

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

 a { background-color: rgb(77,15,54); }

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

border-color css

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

 span { border-color: rgb(77,15,54); }

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