Html Css Color HEX #4A1F38 Blackberry

📋 copy color: '#4A1F38'

red 74 ◦ green 31 ◦ blue 56

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

Shades of Blackberry #4A1F38

Tints of Blackberry #4A1F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 45.96%
G = 19.25%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#4A1F38 (or 0x4A1F38) is known color: Blackberry. HEX triplet: 4A, 1F and 38. RGB value is (74,31,56). Sum of RGB (Red+Green+Blue) = 74+31+56=161 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.96% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1F38 is #B5E0C7. Grayscale: #2E2E2E. Windows color (decimal): -11919560 or 3678026. OLE color: 3678026.

HSL color Cylindrical-coordinate representation of color #4A1F38: hue angle of 325.12º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A1F38 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 31 56 -
CMYK 0 0.58 0.24 0.71
HSL 325.12º 0.41% 0.21% -
HSV(B) 325.12º 0.58% 0.29% -
XYZ 4.03 2.72 4.05 -
YUV 46.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 74 31 56 0 0.58 0.24 0.71 325.12 0.41 0.21
Hex 4A 1F 38 0 3A 18 47 145 29 15
Octal 112 37 70 0 72 30 107 505 51 25
Binary 1001010 11111 111000 0 111010 11000 1000111 101000101 101001 10101

Color Harmonies of #4A1F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1F38

Black with #4A1F38

Text Example


Text Example

White with #4A1F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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