Html Css Color HEX #4C1A32 Blackberry

📋 copy color: '#4C1A32'

red 76 ◦ green 26 ◦ blue 50

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

Shades of Blackberry #4C1A32

Tints of Blackberry #4C1A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.11%

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

R = 50%
G = 17.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C1A32 (or 0x4C1A32) is known color: Blackberry. HEX triplet: 4C, 1A and 32. RGB value is (76,26,50). Sum of RGB (Red+Green+Blue) = 76+26+50=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1A32 is #B3E5CD. Grayscale: #2B2B2B. Windows color (decimal): -11789774 or 3283532. OLE color: 3283532.

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

Color convert

RGB 76 26 50 -
CMYK 0 0.66 0.34 0.70
HSL 331.2º 0.49% 0.2% -
HSV(B) 331.2º 0.66% 0.3% -
XYZ 3.93 2.51 3.29 -
YUV 43.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 76 26 50 0 0.66 0.34 0.70 331.2 0.49 0.2
Hex 4C 1A 32 0 42 22 46 14B 31 14
Octal 114 32 62 0 102 42 106 513 61 24
Binary 1001100 11010 110010 0 1000010 100010 1000110 101001011 110001 10100

Color Harmonies of #4C1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A32

Black with #4C1A32

Text Example


Text Example

White with #4C1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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