Html Css Color HEX #4A143C Blackberry

📋 copy color: '#4A143C'

red 74 ◦ green 20 ◦ blue 60

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

Shades of Blackberry #4A143C

Tints of Blackberry #4A143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.96%

R = 48.05%
G = 12.99%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4A143C (or 0x4A143C) is known color: Blackberry. HEX triplet: 4A, 14 and 3C. RGB value is (74,20,60). Sum of RGB (Red+Green+Blue) = 74+20+60=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A143C is #B5EBC3. Grayscale: #282828. Windows color (decimal): -11922372 or 3937354. OLE color: 3937354.

HSL color Cylindrical-coordinate representation of color #4A143C: hue angle of 315.56º 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 #4A143C is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 20 60 -
CMYK 0 0.73 0.19 0.71
HSL 315.56º 0.57% 0.18% -
HSV(B) 315.56º 0.73% 0.29% -
XYZ 3.89 2.28 4.51 -
YUV 40.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 74 20 60 0 0.73 0.19 0.71 315.56 0.57 0.18
Hex 4A 14 3C 0 49 13 47 13C 39 12
Octal 112 24 74 0 111 23 107 474 71 22
Binary 1001010 10100 111100 0 1001001 10011 1000111 100111100 111001 10010

Color Harmonies of #4A143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A143C

Black with #4A143C

Text Example


Text Example

White with #4A143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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