Html Css Color HEX #4C032E Blackberry

📋 copy color: '#4C032E'

red 76 ◦ green 3 ◦ blue 46

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

Shades of Blackberry #4C032E

Tints of Blackberry #4C032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.4%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 60.8%
G = 2.4%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C032E (or 0x4C032E) is known color: Blackberry. HEX triplet: 4C, 03 and 2E. RGB value is (76,3,46). Sum of RGB (Red+Green+Blue) = 76+3+46=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C032E is #B3FCD1. Grayscale: #1D1D1D. Windows color (decimal): -11795666 or 3015500. OLE color: 3015500.

HSL color Cylindrical-coordinate representation of color #4C032E: hue angle of 324.66º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C032E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 46 -
CMYK 0 0.96 0.39 0.70
HSL 324.66º 0.92% 0.15% -
HSV(B) 324.66º 0.96% 0.3% -
XYZ 3.51 1.8 2.75 -
YUV 29.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 76 3 46 0 0.96 0.39 0.70 324.66 0.92 0.15
Hex 4C 3 2E 0 60 27 46 145 5C F
Octal 114 3 56 0 140 47 106 505 134 17
Binary 1001100 11 101110 0 1100000 100111 1000110 101000101 1011100 1111

Color Harmonies of #4C032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C032E

Black with #4C032E

Text Example


Text Example

White with #4C032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,3,46); }

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

background-color css

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

 a { background-color: rgb(76,3,46); }

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

border-color css

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

 span { border-color: rgb(76,3,46); }

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