Html Css Color HEX #4D072B Blackberry

📋 copy color: '#4D072B'

red 77 ◦ green 7 ◦ blue 43

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

Shades of Blackberry #4D072B

Tints of Blackberry #4D072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 60.63%
G = 5.51%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D072B (or 0x4D072B) is known color: Blackberry. HEX triplet: 4D, 07 and 2B. RGB value is (77,7,43). Sum of RGB (Red+Green+Blue) = 77+7+43=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D072B is #B2F8D4. Grayscale: #1F1F1F. Windows color (decimal): -11729109 or 2819917. OLE color: 2819917.

HSL color Cylindrical-coordinate representation of color #4D072B: hue angle of 329.14º 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 #4D072B is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 7 43 -
CMYK 0 0.91 0.44 0.70
HSL 329.14º 0.83% 0.16% -
HSV(B) 329.14º 0.91% 0.3% -
XYZ 3.57 1.9 2.46 -
YUV 32.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 77 7 43 0 0.91 0.44 0.70 329.14 0.83 0.16
Hex 4D 7 2B 0 5B 2C 46 149 53 10
Octal 115 7 53 0 133 54 106 511 123 20
Binary 1001101 111 101011 0 1011011 101100 1000110 101001001 1010011 10000

Color Harmonies of #4D072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D072B

Black with #4D072B

Text Example


Text Example

White with #4D072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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