Html Css Color HEX #4D092D Blackberry

📋 copy color: '#4D092D'

red 77 ◦ green 9 ◦ blue 45

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

Shades of Blackberry #4D092D

Tints of Blackberry #4D092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 58.78%
G = 6.87%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#4D092D (or 0x4D092D) is known color: Blackberry. HEX triplet: 4D, 09 and 2D. RGB value is (77,9,45). Sum of RGB (Red+Green+Blue) = 77+9+45=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D092D is #B2F6D2. Grayscale: #212121. Windows color (decimal): -11728595 or 2951501. OLE color: 2951501.

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

Color convert

RGB 77 9 45 -
CMYK 0 0.88 0.42 0.70
HSL 328.24º 0.79% 0.17% -
HSV(B) 328.24º 0.88% 0.3% -
XYZ 3.63 1.96 2.67 -
YUV 33.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 77 9 45 0 0.88 0.42 0.70 328.24 0.79 0.17
Hex 4D 9 2D 0 58 2A 46 148 4F 11
Octal 115 11 55 0 130 52 106 510 117 21
Binary 1001101 1001 101101 0 1011000 101010 1000110 101001000 1001111 10001

Color Harmonies of #4D092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D092D

Black with #4D092D

Text Example


Text Example

White with #4D092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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