Html Css Color HEX #4C1041 Blackberry

📋 copy color: '#4C1041'

red 76 ◦ green 16 ◦ blue 65

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

Shades of Blackberry #4C1041

Tints of Blackberry #4C1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 48.41%
G = 10.19%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C1041 (or 0x4C1041) is known color: Blackberry. HEX triplet: 4C, 10 and 41. RGB value is (76,16,65). Sum of RGB (Red+Green+Blue) = 76+16+65=157 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.41% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1041 is #B3EFBE. Grayscale: #272727. Windows color (decimal): -11792319 or 4264012. OLE color: 4264012.

HSL color Cylindrical-coordinate representation of color #4C1041: hue angle of 311º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C1041 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 16 65 -
CMYK 0 0.79 0.14 0.70
HSL 311º 0.65% 0.18% -
HSV(B) 311º 0.79% 0.3% -
XYZ 4.12 2.29 5.23 -
YUV 39.53 142.38 154.02 -
System Red Green Blue C M Y K H S L
Decimal 76 16 65 0 0.79 0.14 0.70 311 0.65 0.18
Hex 4C 10 41 0 4F E 46 137 41 12
Octal 114 20 101 0 117 16 106 467 101 22
Binary 1001100 10000 1000001 0 1001111 1110 1000110 100110111 1000001 10010

Color Harmonies of #4C1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1041

Black with #4C1041

Text Example


Text Example

White with #4C1041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,65); }

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

background-color css

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

 a { background-color: rgb(76,16,65); }

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

border-color css

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

 span { border-color: rgb(76,16,65); }

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