Html Css Color HEX #4A1539 Blackberry

📋 copy color: '#4A1539'

red 74 ◦ green 21 ◦ blue 57

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

Shades of Blackberry #4A1539

Tints of Blackberry #4A1539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 48.68%
G = 13.82%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4A1539 (or 0x4A1539) is known color: Blackberry. HEX triplet: 4A, 15 and 39. RGB value is (74,21,57). Sum of RGB (Red+Green+Blue) = 74+21+57=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1539 is #B5EAC6. Grayscale: #282828. Windows color (decimal): -11922119 or 3741002. OLE color: 3741002.

HSL color Cylindrical-coordinate representation of color #4A1539: hue angle of 319.25º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A1539 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 21 57 -
CMYK 0 0.72 0.23 0.71
HSL 319.25º 0.56% 0.19% -
HSV(B) 319.25º 0.72% 0.29% -
XYZ 3.83 2.29 4.11 -
YUV 40.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 74 21 57 0 0.72 0.23 0.71 319.25 0.56 0.19
Hex 4A 15 39 0 48 17 47 13F 38 13
Octal 112 25 71 0 110 27 107 477 70 23
Binary 1001010 10101 111001 0 1001000 10111 1000111 100111111 111000 10011

Color Harmonies of #4A1539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1539

Black with #4A1539

Text Example


Text Example

White with #4A1539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,57); }

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

background-color css

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

 a { background-color: rgb(74,21,57); }

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

border-color css

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

 span { border-color: rgb(74,21,57); }

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