Html Css Color HEX #4D012B Blackberry

📋 copy color: '#4D012B'

red 77 ◦ green 1 ◦ blue 43

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

Shades of Blackberry #4D012B

Tints of Blackberry #4D012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 63.64%
G = 0.83%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#4D012B (or 0x4D012B) is known color: Blackberry. HEX triplet: 4D, 01 and 2B. RGB value is (77,1,43). Sum of RGB (Red+Green+Blue) = 77+1+43=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D012B is #B2FED4. Grayscale: #1C1C1C. Windows color (decimal): -11730645 or 2818381. OLE color: 2818381.

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

Color convert

RGB 77 1 43 -
CMYK 0 0.99 0.44 0.70
HSL 326.84º 0.97% 0.15% -
HSV(B) 326.84º 0.99% 0.3% -
XYZ 3.51 1.77 2.44 -
YUV 28.51 136.18 162.58 -
System Red Green Blue C M Y K H S L
Decimal 77 1 43 0 0.99 0.44 0.70 326.84 0.97 0.15
Hex 4D 1 2B 0 63 2C 46 147 61 F
Octal 115 1 53 0 143 54 106 507 141 17
Binary 1001101 1 101011 0 1100011 101100 1000110 101000111 1100001 1111

Color Harmonies of #4D012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D012B

Black with #4D012B

Text Example


Text Example

White with #4D012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,1,43); }

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

background-color css

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

 a { background-color: rgb(77,1,43); }

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

border-color css

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

 span { border-color: rgb(77,1,43); }

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