Html Css Color HEX #4D0229 Blackberry

📋 copy color: '#4D0229'

red 77 ◦ green 2 ◦ blue 41

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

Shades of Blackberry #4D0229

Tints of Blackberry #4D0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 41 (16.41% from 255) = 34.17%

R = 64.17%
G = 1.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4D0229 (or 0x4D0229) is known color: Blackberry. HEX triplet: 4D, 02 and 29. RGB value is (77,2,41). Sum of RGB (Red+Green+Blue) = 77+2+41=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0229 is #B2FDD6. Grayscale: #1C1C1C. Windows color (decimal): -11730391 or 2687565. OLE color: 2687565.

HSL color Cylindrical-coordinate representation of color #4D0229: hue angle of 328.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0229 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 2 41 -
CMYK 0 0.97 0.47 0.70
HSL 328.8º 0.95% 0.15% -
HSV(B) 328.8º 0.97% 0.3% -
XYZ 3.48 1.78 2.26 -
YUV 28.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 77 2 41 0 0.97 0.47 0.70 328.8 0.95 0.15
Hex 4D 2 29 0 61 2F 46 149 5F F
Octal 115 2 51 0 141 57 106 511 137 17
Binary 1001101 10 101001 0 1100001 101111 1000110 101001001 1011111 1111

Color Harmonies of #4D0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0229

Black with #4D0229

Text Example


Text Example

White with #4D0229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,2,41); }

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

background-color css

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

 a { background-color: rgb(77,2,41); }

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

border-color css

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

 span { border-color: rgb(77,2,41); }

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