Html Css Color HEX #4D0321 Blackberry

📋 copy color: '#4D0321'

red 77 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #4D0321

Tints of Blackberry #4D0321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 29.2%

R = 68.14%
G = 2.65%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D0321 (or 0x4D0321) is known color: Blackberry. HEX triplet: 4D, 03 and 21. RGB value is (77,3,33). Sum of RGB (Red+Green+Blue) = 77+3+33=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0321 is #B2FCDE. Grayscale: #1C1C1C. Windows color (decimal): -11730143 or 2163533. OLE color: 2163533.

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

Color convert

RGB 77 3 33 -
CMYK 0 0.96 0.57 0.70
HSL 335.68º 0.93% 0.16% -
HSV(B) 335.68º 0.96% 0.3% -
XYZ 3.37 1.75 1.6 -
YUV 28.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 77 3 33 0 0.96 0.57 0.70 335.68 0.93 0.16
Hex 4D 3 21 0 60 39 46 150 5C 10
Octal 115 3 41 0 140 71 106 520 134 20
Binary 1001101 11 100001 0 1100000 111001 1000110 101010000 1011100 10000

Color Harmonies of #4D0321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0321

Black with #4D0321

Text Example


Text Example

White with #4D0321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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