Html Css Color HEX #4C132D Blackberry

📋 copy color: '#4C132D'

red 76 ◦ green 19 ◦ blue 45

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

Shades of Blackberry #4C132D

Tints of Blackberry #4C132D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 32.14%

R = 54.29%
G = 13.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C132D (or 0x4C132D) is known color: Blackberry. HEX triplet: 4C, 13 and 2D. RGB value is (76,19,45). Sum of RGB (Red+Green+Blue) = 76+19+45=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C132D is #B3ECD2. Grayscale: #262626. Windows color (decimal): -11791571 or 2954060. OLE color: 2954060.

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

Color convert

RGB 76 19 45 -
CMYK 0 0.75 0.41 0.70
HSL 332.63º 0.6% 0.19% -
HSV(B) 332.63º 0.75% 0.3% -
XYZ 3.69 2.19 2.71 -
YUV 39.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 76 19 45 0 0.75 0.41 0.70 332.63 0.6 0.19
Hex 4C 13 2D 0 4B 29 46 14D 3C 13
Octal 114 23 55 0 113 51 106 515 74 23
Binary 1001100 10011 101101 0 1001011 101001 1000110 101001101 111100 10011

Color Harmonies of #4C132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C132D

Black with #4C132D

Text Example


Text Example

White with #4C132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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