Html Css Color HEX #4A1E3A Blackberry

📋 copy color: '#4A1E3A'

red 74 ◦ green 30 ◦ blue 58

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

Shades of Blackberry #4A1E3A

Tints of Blackberry #4A1E3A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 45.68%
G = 18.52%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A1E3A (or 0x4A1E3A) is known color: Blackberry. HEX triplet: 4A, 1E and 3A. RGB value is (74,30,58). Sum of RGB (Red+Green+Blue) = 74+30+58=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1E3A is #B5E1C5. Grayscale: #2E2E2E. Windows color (decimal): -11919814 or 3808842. OLE color: 3808842.

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

Color convert

RGB 74 30 58 -
CMYK 0 0.59 0.22 0.71
HSL 321.82º 0.42% 0.2% -
HSV(B) 321.82º 0.59% 0.29% -
XYZ 4.05 2.69 4.31 -
YUV 46.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 74 30 58 0 0.59 0.22 0.71 321.82 0.42 0.2
Hex 4A 1E 3A 0 3B 16 47 142 2A 14
Octal 112 36 72 0 73 26 107 502 52 24
Binary 1001010 11110 111010 0 111011 10110 1000111 101000010 101010 10100

Color Harmonies of #4A1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1E3A

Black with #4A1E3A

Text Example


Text Example

White with #4A1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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