Html Css Color HEX #4D0332 Blackberry

📋 copy color: '#4D0332'

red 77 ◦ green 3 ◦ blue 50

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

Shades of Blackberry #4D0332

Tints of Blackberry #4D0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

 BLUE value IS 50 (19.92% from 255) = 38.46%

R = 59.23%
G = 2.31%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D0332 (or 0x4D0332) is known color: Blackberry. HEX triplet: 4D, 03 and 32. RGB value is (77,3,50). Sum of RGB (Red+Green+Blue) = 77+3+50=130 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.23% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0332 is #B2FCCD. Grayscale: #1E1E1E. Windows color (decimal): -11730126 or 3277645. OLE color: 3277645.

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

Color convert

RGB 77 3 50 -
CMYK 0 0.96 0.35 0.70
HSL 321.89º 0.93% 0.16% -
HSV(B) 321.89º 0.96% 0.3% -
XYZ 3.67 1.87 3.19 -
YUV 30.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 77 3 50 0 0.96 0.35 0.70 321.89 0.93 0.16
Hex 4D 3 32 0 60 23 46 142 5C 10
Octal 115 3 62 0 140 43 106 502 134 20
Binary 1001101 11 110010 0 1100000 100011 1000110 101000010 1011100 10000

Color Harmonies of #4D0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0332

Black with #4D0332

Text Example


Text Example

White with #4D0332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,3,50); }

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

background-color css

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

 a { background-color: rgb(77,3,50); }

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

border-color css

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

 span { border-color: rgb(77,3,50); }

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