Html Css Color HEX #4A143A Blackberry

📋 copy color: '#4A143A'

red 74 ◦ green 20 ◦ blue 58

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

Shades of Blackberry #4A143A

Tints of Blackberry #4A143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.16%

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

R = 48.68%
G = 13.16%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#4A143A (or 0x4A143A) is known color: Blackberry. HEX triplet: 4A, 14 and 3A. RGB value is (74,20,58). Sum of RGB (Red+Green+Blue) = 74+20+58=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A143A is #B5EBC5. Grayscale: #282828. Windows color (decimal): -11922374 or 3806282. OLE color: 3806282.

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

Color convert

RGB 74 20 58 -
CMYK 0 0.73 0.22 0.71
HSL 317.78º 0.57% 0.18% -
HSV(B) 317.78º 0.73% 0.29% -
XYZ 3.84 2.26 4.24 -
YUV 40.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 74 20 58 0 0.73 0.22 0.71 317.78 0.57 0.18
Hex 4A 14 3A 0 49 16 47 13E 39 12
Octal 112 24 72 0 111 26 107 476 71 22
Binary 1001010 10100 111010 0 1001001 10110 1000111 100111110 111001 10010

Color Harmonies of #4A143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A143A

Black with #4A143A

Text Example


Text Example

White with #4A143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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