Html Css Color HEX #4A033A Blackberry

📋 copy color: '#4A033A'

red 74 ◦ green 3 ◦ blue 58

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

Shades of Blackberry #4A033A

Tints of Blackberry #4A033A

RGB

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

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

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

R = 54.81%
G = 2.22%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A033A (or 0x4A033A) is known color: Blackberry. HEX triplet: 4A, 03 and 3A. RGB value is (74,3,58). Sum of RGB (Red+Green+Blue) = 74+3+58=135 (17% of max value = 765). Red value is 74 (29.30% from 255 or 54.81% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 74 - color contains mainly: red. Hex color #4A033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A033A is #B5FCC5. Grayscale: #1E1E1E. Windows color (decimal): -11926726 or 3801930. OLE color: 3801930.

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

Color convert

RGB 74 3 58 -
CMYK 0 0.96 0.22 0.71
HSL 313.52º 0.92% 0.15% -
HSV(B) 313.52º 0.96% 0.29% -
XYZ 3.62 1.83 4.16 -
YUV 30.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 74 3 58 0 0.96 0.22 0.71 313.52 0.92 0.15
Hex 4A 3 3A 0 60 16 47 13A 5C F
Octal 112 3 72 0 140 26 107 472 134 17
Binary 1001010 11 111010 0 1100000 10110 1000111 100111010 1011100 1111

Color Harmonies of #4A033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A033A

Black with #4A033A

Text Example


Text Example

White with #4A033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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