Html Css Color HEX #4A1B35 Blackberry

📋 copy color: '#4A1B35'

red 74 ◦ green 27 ◦ blue 53

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

Shades of Blackberry #4A1B35

Tints of Blackberry #4A1B35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.42%

R = 48.05%
G = 17.53%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#4A1B35 (or 0x4A1B35) is known color: Blackberry. HEX triplet: 4A, 1B and 35. RGB value is (74,27,53). Sum of RGB (Red+Green+Blue) = 74+27+53=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1B35 is #B5E4CA. Grayscale: #2B2B2B. Windows color (decimal): -11920587 or 3480394. OLE color: 3480394.

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

Color convert

RGB 74 27 53 -
CMYK 0 0.64 0.28 0.71
HSL 326.81º 0.47% 0.2% -
HSV(B) 326.81º 0.64% 0.29% -
XYZ 3.86 2.5 3.65 -
YUV 44.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 74 27 53 0 0.64 0.28 0.71 326.81 0.47 0.2
Hex 4A 1B 35 0 40 1C 47 147 2F 14
Octal 112 33 65 0 100 34 107 507 57 24
Binary 1001010 11011 110101 0 1000000 11100 1000111 101000111 101111 10100

Color Harmonies of #4A1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1B35

Black with #4A1B35

Text Example


Text Example

White with #4A1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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