Html Css Color HEX #4A1C36 Blackberry

📋 copy color: '#4A1C36'

red 74 ◦ green 28 ◦ blue 54

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

Shades of Blackberry #4A1C36

Tints of Blackberry #4A1C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.62%

R = 47.44%
G = 17.95%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4A1C36 (or 0x4A1C36) is known color: Blackberry. HEX triplet: 4A, 1C and 36. RGB value is (74,28,54). Sum of RGB (Red+Green+Blue) = 74+28+54=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C36 is #B5E3C9. Grayscale: #2C2C2C. Windows color (decimal): -11920330 or 3546186. OLE color: 3546186.

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

Color convert

RGB 74 28 54 -
CMYK 0 0.62 0.27 0.71
HSL 326.09º 0.45% 0.2% -
HSV(B) 326.09º 0.62% 0.29% -
XYZ 3.91 2.55 3.78 -
YUV 44.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 74 28 54 0 0.62 0.27 0.71 326.09 0.45 0.2
Hex 4A 1C 36 0 3E 1B 47 146 2D 14
Octal 112 34 66 0 76 33 107 506 55 24
Binary 1001010 11100 110110 0 111110 11011 1000111 101000110 101101 10100

Color Harmonies of #4A1C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C36

Black with #4A1C36

Text Example


Text Example

White with #4A1C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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