Html Css Color HEX #4A152E Blackberry

📋 copy color: '#4A152E'

red 74 ◦ green 21 ◦ blue 46

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

Shades of Blackberry #4A152E

Tints of Blackberry #4A152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

 BLUE value IS 46 (18.36% from 255) = 32.62%

R = 52.48%
G = 14.89%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#4A152E (or 0x4A152E) is known color: Blackberry. HEX triplet: 4A, 15 and 2E. RGB value is (74,21,46). Sum of RGB (Red+Green+Blue) = 74+21+46=141 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.48% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 74 - color contains mainly: red. Hex color #4A152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A152E is #B5EAD1. Grayscale: #272727. Windows color (decimal): -11922130 or 3020106. OLE color: 3020106.

HSL color Cylindrical-coordinate representation of color #4A152E: hue angle of 331.7º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A152E is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 21 46 -
CMYK 0 0.72 0.38 0.71
HSL 331.7º 0.56% 0.19% -
HSV(B) 331.7º 0.72% 0.29% -
XYZ 3.59 2.19 2.82 -
YUV 39.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 74 21 46 0 0.72 0.38 0.71 331.7 0.56 0.19
Hex 4A 15 2E 0 48 26 47 14C 38 13
Octal 112 25 56 0 110 46 107 514 70 23
Binary 1001010 10101 101110 0 1001000 100110 1000111 101001100 111000 10011

Color Harmonies of #4A152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A152E

Black with #4A152E

Text Example


Text Example

White with #4A152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,46); }

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

background-color css

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

 a { background-color: rgb(74,21,46); }

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

border-color css

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

 span { border-color: rgb(74,21,46); }

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