Html Css Color HEX #4D093D Blackberry

📋 copy color: '#4D093D'

red 77 ◦ green 9 ◦ blue 61

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

Shades of Blackberry #4D093D

Tints of Blackberry #4D093D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

 BLUE value IS 61 (24.22% from 255) = 41.5%

R = 52.38%
G = 6.12%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D093D (or 0x4D093D) is known color: Blackberry. HEX triplet: 4D, 09 and 3D. RGB value is (77,9,61). Sum of RGB (Red+Green+Blue) = 77+9+61=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D093D is #B2F6C2. Grayscale: #232323. Windows color (decimal): -11728579 or 4000077. OLE color: 4000077.

HSL color Cylindrical-coordinate representation of color #4D093D: hue angle of 314.12º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D093D is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 9 61 -
CMYK 0 0.88 0.21 0.70
HSL 314.12º 0.79% 0.17% -
HSV(B) 314.12º 0.88% 0.3% -
XYZ 4 2.11 4.61 -
YUV 35.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 77 9 61 0 0.88 0.21 0.70 314.12 0.79 0.17
Hex 4D 9 3D 0 58 15 46 13A 4F 11
Octal 115 11 75 0 130 25 106 472 117 21
Binary 1001101 1001 111101 0 1011000 10101 1000110 100111010 1001111 10001

Color Harmonies of #4D093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D093D

Black with #4D093D

Text Example


Text Example

White with #4D093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,9,61); }

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

background-color css

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

 a { background-color: rgb(77,9,61); }

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

border-color css

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

 span { border-color: rgb(77,9,61); }

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