Html Css Color HEX #4C1835 Blackberry

📋 copy color: '#4C1835'

red 76 ◦ green 24 ◦ blue 53

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

Shades of Blackberry #4C1835

Tints of Blackberry #4C1835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 49.67%
G = 15.69%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#4C1835 (or 0x4C1835) is known color: Blackberry. HEX triplet: 4C, 18 and 35. RGB value is (76,24,53). Sum of RGB (Red+Green+Blue) = 76+24+53=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1835 is #B3E7CA. Grayscale: #2A2A2A. Windows color (decimal): -11790283 or 3479628. OLE color: 3479628.

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

Color convert

RGB 76 24 53 -
CMYK 0 0.68 0.30 0.70
HSL 326.54º 0.52% 0.2% -
HSV(B) 326.54º 0.68% 0.3% -
XYZ 3.95 2.45 3.63 -
YUV 42.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 76 24 53 0 0.68 0.30 0.70 326.54 0.52 0.2
Hex 4C 18 35 0 44 1E 46 147 34 14
Octal 114 30 65 0 104 36 106 507 64 24
Binary 1001100 11000 110101 0 1000100 11110 1000110 101000111 110100 10100

Color Harmonies of #4C1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1835

Black with #4C1835

Text Example


Text Example

White with #4C1835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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