Html Css Color HEX #4A1833 Blackberry

📋 copy color: '#4A1833'

red 74 ◦ green 24 ◦ blue 51

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

Shades of Blackberry #4A1833

Tints of Blackberry #4A1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.23%

R = 49.66%
G = 16.11%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4A1833 (or 0x4A1833) is known color: Blackberry. HEX triplet: 4A, 18 and 33. RGB value is (74,24,51). Sum of RGB (Red+Green+Blue) = 74+24+51=149 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.66% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A1833 is #B5E7CC. Grayscale: #292929. Windows color (decimal): -11921357 or 3348554. OLE color: 3348554.

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

Color convert

RGB 74 24 51 -
CMYK 0 0.68 0.31 0.71
HSL 327.6º 0.51% 0.19% -
HSV(B) 327.6º 0.68% 0.29% -
XYZ 3.75 2.35 3.39 -
YUV 42.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 74 24 51 0 0.68 0.31 0.71 327.6 0.51 0.19
Hex 4A 18 33 0 44 1F 47 148 33 13
Octal 112 30 63 0 104 37 107 510 63 23
Binary 1001010 11000 110011 0 1000100 11111 1000111 101001000 110011 10011

Color Harmonies of #4A1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1833

Black with #4A1833

Text Example


Text Example

White with #4A1833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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