Html Css Color HEX #4C103C Blackberry

📋 copy color: '#4C103C'

red 76 ◦ green 16 ◦ blue 60

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

Shades of Blackberry #4C103C

Tints of Blackberry #4C103C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 39.47%

R = 50%
G = 10.53%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4C103C (or 0x4C103C) is known color: Blackberry. HEX triplet: 4C, 10 and 3C. RGB value is (76,16,60). Sum of RGB (Red+Green+Blue) = 76+16+60=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C103C is #B3EFC3. Grayscale: #262626. Windows color (decimal): -11792324 or 3936332. OLE color: 3936332.

HSL color Cylindrical-coordinate representation of color #4C103C: hue angle of 316º 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 #4C103C is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 16 60 -
CMYK 0 0.79 0.21 0.70
HSL 316º 0.65% 0.18% -
HSV(B) 316º 0.79% 0.3% -
XYZ 3.98 2.23 4.5 -
YUV 38.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 76 16 60 0 0.79 0.21 0.70 316 0.65 0.18
Hex 4C 10 3C 0 4F 15 46 13C 41 12
Octal 114 20 74 0 117 25 106 474 101 22
Binary 1001100 10000 111100 0 1001111 10101 1000110 100111100 1000001 10010

Color Harmonies of #4C103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C103C

Black with #4C103C

Text Example


Text Example

White with #4C103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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