Html Css Color HEX #4D0735 Blackberry

📋 copy color: '#4D0735'

red 77 ◦ green 7 ◦ blue 53

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

Shades of Blackberry #4D0735

Tints of Blackberry #4D0735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.11%

 BLUE value IS 53 (21.09% from 255) = 38.69%

R = 56.2%
G = 5.11%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D0735 (or 0x4D0735) is known color: Blackberry. HEX triplet: 4D, 07 and 35. RGB value is (77,7,53). Sum of RGB (Red+Green+Blue) = 77+7+53=137 (18% of max value = 765). Red value is 77 (30.47% from 255 or 56.20% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0735 is #B2F8CA. Grayscale: #212121. Windows color (decimal): -11729099 or 3475277. OLE color: 3475277.

HSL color Cylindrical-coordinate representation of color #4D0735: hue angle of 320.57º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0735 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 7 53 -
CMYK 0 0.91 0.31 0.70
HSL 320.57º 0.83% 0.16% -
HSV(B) 320.57º 0.91% 0.3% -
XYZ 3.78 1.99 3.55 -
YUV 33.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 77 7 53 0 0.91 0.31 0.70 320.57 0.83 0.16
Hex 4D 7 35 0 5B 1F 46 141 53 10
Octal 115 7 65 0 133 37 106 501 123 20
Binary 1001101 111 110101 0 1011011 11111 1000110 101000001 1010011 10000

Color Harmonies of #4D0735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0735

Black with #4D0735

Text Example


Text Example

White with #4D0735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,7,53); }

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

background-color css

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

 a { background-color: rgb(77,7,53); }

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

border-color css

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

 span { border-color: rgb(77,7,53); }

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