Html Css Color HEX #4A1837 Blackberry

📋 copy color: '#4A1837'

red 74 ◦ green 24 ◦ blue 55

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

Shades of Blackberry #4A1837

Tints of Blackberry #4A1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 48.37%
G = 15.69%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.71

RGB Variations

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

Color information

#4A1837 (or 0x4A1837) is known color: Blackberry. HEX triplet: 4A, 18 and 37. RGB value is (74,24,55). Sum of RGB (Red+Green+Blue) = 74+24+55=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1837 is #B5E7C8. Grayscale: #2A2A2A. Windows color (decimal): -11921353 or 3610698. OLE color: 3610698.

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

Color convert

RGB 74 24 55 -
CMYK 0 0.68 0.26 0.71
HSL 322.8º 0.51% 0.19% -
HSV(B) 322.8º 0.68% 0.29% -
XYZ 3.84 2.38 3.87 -
YUV 42.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 74 24 55 0 0.68 0.26 0.71 322.8 0.51 0.19
Hex 4A 18 37 0 44 1A 47 143 33 13
Octal 112 30 67 0 104 32 107 503 63 23
Binary 1001010 11000 110111 0 1000100 11010 1000111 101000011 110011 10011

Color Harmonies of #4A1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1837

Black with #4A1837

Text Example


Text Example

White with #4A1837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,24,55); }

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

background-color css

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

 a { background-color: rgb(74,24,55); }

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

border-color css

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

 span { border-color: rgb(74,24,55); }

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