Html Css Color HEX #4D012A Blackberry

📋 copy color: '#4D012A'

red 77 ◦ green 1 ◦ blue 42

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

Shades of Blackberry #4D012A

Tints of Blackberry #4D012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 35%

R = 64.17%
G = 0.83%
B = 35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4D012A (or 0x4D012A) is known color: Blackberry. HEX triplet: 4D, 01 and 2A. RGB value is (77,1,42). Sum of RGB (Red+Green+Blue) = 77+1+42=120 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 77 - color contains mainly: red. Hex color #4D012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D012A is #B2FED5. Grayscale: #1C1C1C. Windows color (decimal): -11730646 or 2752845. OLE color: 2752845.

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

Color convert

RGB 77 1 42 -
CMYK 0 0.99 0.45 0.70
HSL 327.63º 0.97% 0.15% -
HSV(B) 327.63º 0.99% 0.3% -
XYZ 3.49 1.77 2.35 -
YUV 28.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 77 1 42 0 0.99 0.45 0.70 327.63 0.97 0.15
Hex 4D 1 2A 0 63 2D 46 148 61 F
Octal 115 1 52 0 143 55 106 510 141 17
Binary 1001101 1 101010 0 1100011 101101 1000110 101001000 1100001 1111

Color Harmonies of #4D012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D012A

Black with #4D012A

Text Example


Text Example

White with #4D012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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