Html Css Color HEX #4A0A3A Blackberry

📋 copy color: '#4A0A3A'

red 74 ◦ green 10 ◦ blue 58

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

Shades of Blackberry #4A0A3A

Tints of Blackberry #4A0A3A

RGB

 RED value IS 74 (29.3% from 255) = 52.11%

 GREEN value IS 10 (4.3% from 255) = 7.04%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 52.11%
G = 7.04%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A0A3A (or 0x4A0A3A) is known color: Blackberry. HEX triplet: 4A, 0A and 3A. RGB value is (74,10,58). Sum of RGB (Red+Green+Blue) = 74+10+58=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A3A is #B5F5C5. Grayscale: #222222. Windows color (decimal): -11924934 or 3803722. OLE color: 3803722.

HSL color Cylindrical-coordinate representation of color #4A0A3A: hue angle of 315º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A0A3A is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 10 58 -
CMYK 0 0.86 0.22 0.71
HSL 315º 0.76% 0.16% -
HSV(B) 315º 0.86% 0.29% -
XYZ 3.7 1.98 4.19 -
YUV 34.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 74 10 58 0 0.86 0.22 0.71 315 0.76 0.16
Hex 4A A 3A 0 56 16 47 13B 4C 10
Octal 112 12 72 0 126 26 107 473 114 20
Binary 1001010 1010 111010 0 1010110 10110 1000111 100111011 1001100 10000

Color Harmonies of #4A0A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0A3A

Black with #4A0A3A

Text Example


Text Example

White with #4A0A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,58); }

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

background-color css

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

 a { background-color: rgb(74,10,58); }

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

border-color css

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

 span { border-color: rgb(74,10,58); }

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