Html Css Color HEX #4C1432 Blackberry

📋 copy color: '#4C1432'

red 76 ◦ green 20 ◦ blue 50

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

Shades of Blackberry #4C1432

Tints of Blackberry #4C1432

RGB

 RED value IS 76 (30.08% from 255) = 52.05%

 GREEN value IS 20 (8.2% from 255) = 13.7%

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 52.05%
G = 13.7%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C1432 (or 0x4C1432) is known color: Blackberry. HEX triplet: 4C, 14 and 32. RGB value is (76,20,50). Sum of RGB (Red+Green+Blue) = 76+20+50=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1432 is #B3EBCD. Grayscale: #282828. Windows color (decimal): -11791310 or 3281996. OLE color: 3281996.

HSL color Cylindrical-coordinate representation of color #4C1432: hue angle of 327.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C1432 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 20 50 -
CMYK 0 0.74 0.34 0.70
HSL 327.86º 0.58% 0.19% -
HSV(B) 327.86º 0.74% 0.3% -
XYZ 3.81 2.27 3.25 -
YUV 40.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 76 20 50 0 0.74 0.34 0.70 327.86 0.58 0.19
Hex 4C 14 32 0 4A 22 46 148 3A 13
Octal 114 24 62 0 112 42 106 510 72 23
Binary 1001100 10100 110010 0 1001010 100010 1000110 101001000 111010 10011

Color Harmonies of #4C1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1432

Black with #4C1432

Text Example


Text Example

White with #4C1432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,50); }

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

background-color css

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

 a { background-color: rgb(76,20,50); }

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

border-color css

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

 span { border-color: rgb(76,20,50); }

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