Html Css Color HEX #4C1635 Blackberry

📋 copy color: '#4C1635'

red 76 ◦ green 22 ◦ blue 53

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

Shades of Blackberry #4C1635

Tints of Blackberry #4C1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 50.33%
G = 14.57%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C1635 (or 0x4C1635) is known color: Blackberry. HEX triplet: 4C, 16 and 35. RGB value is (76,22,53). Sum of RGB (Red+Green+Blue) = 76+22+53=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1635 is #B3E9CA. Grayscale: #292929. Windows color (decimal): -11790795 or 3479116. OLE color: 3479116.

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

Color convert

RGB 76 22 53 -
CMYK 0 0.71 0.30 0.70
HSL 325.56º 0.55% 0.19% -
HSV(B) 325.56º 0.71% 0.3% -
XYZ 3.91 2.37 3.62 -
YUV 41.68 134.39 152.48 -
System Red Green Blue C M Y K H S L
Decimal 76 22 53 0 0.71 0.30 0.70 325.56 0.55 0.19
Hex 4C 16 35 0 47 1E 46 146 37 13
Octal 114 26 65 0 107 36 106 506 67 23
Binary 1001100 10110 110101 0 1000111 11110 1000110 101000110 110111 10011

Color Harmonies of #4C1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1635

Black with #4C1635

Text Example


Text Example

White with #4C1635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,22,53); }

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

background-color css

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

 a { background-color: rgb(76,22,53); }

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

border-color css

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

 span { border-color: rgb(76,22,53); }

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