Html Css Color HEX #4A1C39 Blackberry

📋 copy color: '#4A1C39'

red 74 ◦ green 28 ◦ blue 57

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

Shades of Blackberry #4A1C39

Tints of Blackberry #4A1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.61%

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

R = 46.54%
G = 17.61%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4A1C39 (or 0x4A1C39) is known color: Blackberry. HEX triplet: 4A, 1C and 39. RGB value is (74,28,57). Sum of RGB (Red+Green+Blue) = 74+28+57=159 (21% of max value = 765). Red value is 74 (29.30% from 255 or 46.54% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C39 is #B5E3C6. Grayscale: #2C2C2C. Windows color (decimal): -11920327 or 3742794. OLE color: 3742794.

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

Color convert

RGB 74 28 57 -
CMYK 0 0.62 0.23 0.71
HSL 322.17º 0.45% 0.2% -
HSV(B) 322.17º 0.62% 0.29% -
XYZ 3.98 2.58 4.16 -
YUV 45.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 74 28 57 0 0.62 0.23 0.71 322.17 0.45 0.2
Hex 4A 1C 39 0 3E 17 47 142 2D 14
Octal 112 34 71 0 76 27 107 502 55 24
Binary 1001010 11100 111001 0 111110 10111 1000111 101000010 101101 10100

Color Harmonies of #4A1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C39

Black with #4A1C39

Text Example


Text Example

White with #4A1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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