Html Css Color HEX #4A1F39 Blackberry

📋 copy color: '#4A1F39'

red 74 ◦ green 31 ◦ blue 57

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

Shades of Blackberry #4A1F39

Tints of Blackberry #4A1F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 45.68%
G = 19.14%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4A1F39 (or 0x4A1F39) is known color: Blackberry. HEX triplet: 4A, 1F and 39. RGB value is (74,31,57). Sum of RGB (Red+Green+Blue) = 74+31+57=162 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.68% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F39 is #B5E0C6. Grayscale: #2E2E2E. Windows color (decimal): -11919559 or 3743562. OLE color: 3743562.

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

Color convert

RGB 74 31 57 -
CMYK 0 0.58 0.23 0.71
HSL 323.72º 0.41% 0.21% -
HSV(B) 323.72º 0.58% 0.29% -
XYZ 4.05 2.73 4.18 -
YUV 46.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 74 31 57 0 0.58 0.23 0.71 323.72 0.41 0.21
Hex 4A 1F 39 0 3A 17 47 144 29 15
Octal 112 37 71 0 72 27 107 504 51 25
Binary 1001010 11111 111001 0 111010 10111 1000111 101000100 101001 10101

Color Harmonies of #4A1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F39

Black with #4A1F39

Text Example


Text Example

White with #4A1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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