Html Css Color HEX #4C1235 Blackberry

📋 copy color: '#4C1235'

red 76 ◦ green 18 ◦ blue 53

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

Shades of Blackberry #4C1235

Tints of Blackberry #4C1235

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 51.7%
G = 12.24%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C1235 (or 0x4C1235) is known color: Blackberry. HEX triplet: 4C, 12 and 35. RGB value is (76,18,53). Sum of RGB (Red+Green+Blue) = 76+18+53=147 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.70% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1235 is #B3EDCA. Grayscale: #272727. Windows color (decimal): -11791819 or 3478092. OLE color: 3478092.

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

Color convert

RGB 76 18 53 -
CMYK 0 0.76 0.30 0.70
HSL 323.79º 0.62% 0.18% -
HSV(B) 323.79º 0.76% 0.3% -
XYZ 3.84 2.23 3.6 -
YUV 39.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 76 18 53 0 0.76 0.30 0.70 323.79 0.62 0.18
Hex 4C 12 35 0 4C 1E 46 144 3E 12
Octal 114 22 65 0 114 36 106 504 76 22
Binary 1001100 10010 110101 0 1001100 11110 1000110 101000100 111110 10010

Color Harmonies of #4C1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1235

Black with #4C1235

Text Example


Text Example

White with #4C1235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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