Html Css Color HEX #4A1328 Blackberry

📋 copy color: '#4A1328'

red 74 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #4A1328

Tints of Blackberry #4A1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 55.64%
G = 14.29%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.71

RGB Variations

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

Color information

#4A1328 (or 0x4A1328) is known color: Blackberry. HEX triplet: 4A, 13 and 28. RGB value is (74,19,40). Sum of RGB (Red+Green+Blue) = 74+19+40=133 (17% of max value = 765). Red value is 74 (29.30% from 255 or 55.64% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1328 is #B5ECD7. Grayscale: #252525. Windows color (decimal): -11922648 or 2626378. OLE color: 2626378.

HSL color Cylindrical-coordinate representation of color #4A1328: hue angle of 337.09º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A1328 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 19 40 -
CMYK 0 0.74 0.46 0.71
HSL 337.09º 0.59% 0.18% -
HSV(B) 337.09º 0.74% 0.29% -
XYZ 3.44 2.07 2.23 -
YUV 37.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 74 19 40 0 0.74 0.46 0.71 337.09 0.59 0.18
Hex 4A 13 28 0 4A 2E 47 151 3B 12
Octal 112 23 50 0 112 56 107 521 73 22
Binary 1001010 10011 101000 0 1001010 101110 1000111 101010001 111011 10010

Color Harmonies of #4A1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1328

Black with #4A1328

Text Example


Text Example

White with #4A1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,19,40); }

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

background-color css

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

 a { background-color: rgb(74,19,40); }

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

border-color css

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

 span { border-color: rgb(74,19,40); }

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