Html Css Color HEX #4C133D Blackberry

📋 copy color: '#4C133D'

red 76 ◦ green 19 ◦ blue 61

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

Shades of Blackberry #4C133D

Tints of Blackberry #4C133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 61 (24.22% from 255) = 39.1%

R = 48.72%
G = 12.18%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C133D (or 0x4C133D) is known color: Blackberry. HEX triplet: 4C, 13 and 3D. RGB value is (76,19,61). Sum of RGB (Red+Green+Blue) = 76+19+61=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C133D is #B3ECC2. Grayscale: #282828. Windows color (decimal): -11791555 or 4002636. OLE color: 4002636.

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

Color convert

RGB 76 19 61 -
CMYK 0 0.75 0.20 0.70
HSL 315.79º 0.6% 0.19% -
HSV(B) 315.79º 0.75% 0.3% -
XYZ 4.06 2.34 4.65 -
YUV 40.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 76 19 61 0 0.75 0.20 0.70 315.79 0.6 0.19
Hex 4C 13 3D 0 4B 14 46 13C 3C 13
Octal 114 23 75 0 113 24 106 474 74 23
Binary 1001100 10011 111101 0 1001011 10100 1000110 100111100 111100 10011

Color Harmonies of #4C133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C133D

Black with #4C133D

Text Example


Text Example

White with #4C133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,19,61); }

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

background-color css

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

 a { background-color: rgb(76,19,61); }

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

border-color css

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

 span { border-color: rgb(76,19,61); }

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