Html Css Color HEX #4C152D Blackberry

📋 copy color: '#4C152D'

red 76 ◦ green 21 ◦ blue 45

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

Shades of Blackberry #4C152D

Tints of Blackberry #4C152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 53.52%
G = 14.79%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C152D (or 0x4C152D) is known color: Blackberry. HEX triplet: 4C, 15 and 2D. RGB value is (76,21,45). Sum of RGB (Red+Green+Blue) = 76+21+45=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C152D is #B3EAD2. Grayscale: #282828. Windows color (decimal): -11791059 or 2954572. OLE color: 2954572.

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

Color convert

RGB 76 21 45 -
CMYK 0 0.72 0.41 0.70
HSL 333.82º 0.57% 0.19% -
HSV(B) 333.82º 0.72% 0.3% -
XYZ 3.72 2.26 2.72 -
YUV 40.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 76 21 45 0 0.72 0.41 0.70 333.82 0.57 0.19
Hex 4C 15 2D 0 48 29 46 14E 39 13
Octal 114 25 55 0 110 51 106 516 71 23
Binary 1001100 10101 101101 0 1001000 101001 1000110 101001110 111001 10011

Color Harmonies of #4C152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C152D

Black with #4C152D

Text Example


Text Example

White with #4C152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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