Html Css Color HEX #4A1A36 Blackberry

📋 copy color: '#4A1A36'

red 74 ◦ green 26 ◦ blue 54

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

Shades of Blackberry #4A1A36

Tints of Blackberry #4A1A36

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.88%

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

R = 48.05%
G = 16.88%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#4A1A36 (or 0x4A1A36) is known color: Blackberry. HEX triplet: 4A, 1A and 36. RGB value is (74,26,54). Sum of RGB (Red+Green+Blue) = 74+26+54=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1A36 is #B5E5C9. Grayscale: #2B2B2B. Windows color (decimal): -11920842 or 3545674. OLE color: 3545674.

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

Color convert

RGB 74 26 54 -
CMYK 0 0.65 0.27 0.71
HSL 325º 0.48% 0.2% -
HSV(B) 325º 0.65% 0.29% -
XYZ 3.86 2.46 3.76 -
YUV 43.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 74 26 54 0 0.65 0.27 0.71 325 0.48 0.2
Hex 4A 1A 36 0 41 1B 47 145 30 14
Octal 112 32 66 0 101 33 107 505 60 24
Binary 1001010 11010 110110 0 1000001 11011 1000111 101000101 110000 10100

Color Harmonies of #4A1A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A36

Black with #4A1A36

Text Example


Text Example

White with #4A1A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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