Html Css Color HEX #4A1B37 Blackberry

📋 copy color: '#4A1B37'

red 74 ◦ green 27 ◦ blue 55

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

Shades of Blackberry #4A1B37

Tints of Blackberry #4A1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

 BLUE value IS 55 (21.88% from 255) = 35.26%

R = 47.44%
G = 17.31%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#4A1B37 (or 0x4A1B37) is known color: Blackberry. HEX triplet: 4A, 1B and 37. RGB value is (74,27,55). Sum of RGB (Red+Green+Blue) = 74+27+55=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B37 is #B5E4C8. Grayscale: #2C2C2C. Windows color (decimal): -11920585 or 3611466. OLE color: 3611466.

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

Color convert

RGB 74 27 55 -
CMYK 0 0.64 0.26 0.71
HSL 324.26º 0.47% 0.2% -
HSV(B) 324.26º 0.64% 0.29% -
XYZ 3.91 2.52 3.89 -
YUV 44.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 74 27 55 0 0.64 0.26 0.71 324.26 0.47 0.2
Hex 4A 1B 37 0 40 1A 47 144 2F 14
Octal 112 33 67 0 100 32 107 504 57 24
Binary 1001010 11011 110111 0 1000000 11010 1000111 101000100 101111 10100

Color Harmonies of #4A1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1B37

Black with #4A1B37

Text Example


Text Example

White with #4A1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,27,55); }

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

background-color css

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

 a { background-color: rgb(74,27,55); }

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

border-color css

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

 span { border-color: rgb(74,27,55); }

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