Html Css Color HEX #4A1338 Blackberry

📋 copy color: '#4A1338'

red 74 ◦ green 19 ◦ blue 56

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

Shades of Blackberry #4A1338

Tints of Blackberry #4A1338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 49.66%
G = 12.75%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A1338 (or 0x4A1338) is known color: Blackberry. HEX triplet: 4A, 13 and 38. RGB value is (74,19,56). Sum of RGB (Red+Green+Blue) = 74+19+56=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1338 is #B5ECC7. Grayscale: #272727. Windows color (decimal): -11922632 or 3674954. OLE color: 3674954.

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

Color convert

RGB 74 19 56 -
CMYK 0 0.74 0.24 0.71
HSL 319.64º 0.59% 0.18% -
HSV(B) 319.64º 0.74% 0.29% -
XYZ 3.77 2.21 3.97 -
YUV 39.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 74 19 56 0 0.74 0.24 0.71 319.64 0.59 0.18
Hex 4A 13 38 0 4A 18 47 140 3B 12
Octal 112 23 70 0 112 30 107 500 73 22
Binary 1001010 10011 111000 0 1001010 11000 1000111 101000000 111011 10010

Color Harmonies of #4A1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1338

Black with #4A1338

Text Example


Text Example

White with #4A1338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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