Html Css Color HEX #4C0128 Blackberry

📋 copy color: '#4C0128'

red 76 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #4C0128

Tints of Blackberry #4C0128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 40 (16.02% from 255) = 34.19%

R = 64.96%
G = 0.85%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C0128 (or 0x4C0128) is known color: Blackberry. HEX triplet: 4C, 01 and 28. RGB value is (76,1,40). Sum of RGB (Red+Green+Blue) = 76+1+40=117 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.96% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0128 is #B3FED7. Grayscale: #1B1B1B. Windows color (decimal): -11796184 or 2621772. OLE color: 2621772.

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

Color convert

RGB 76 1 40 -
CMYK 0 0.99 0.47 0.70
HSL 328.8º 0.97% 0.15% -
HSV(B) 328.8º 0.99% 0.3% -
XYZ 3.37 1.71 2.16 -
YUV 27.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 76 1 40 0 0.99 0.47 0.70 328.8 0.97 0.15
Hex 4C 1 28 0 63 2F 46 149 61 F
Octal 114 1 50 0 143 57 106 511 141 17
Binary 1001100 1 101000 0 1100011 101111 1000110 101001001 1100001 1111

Color Harmonies of #4C0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0128

Black with #4C0128

Text Example


Text Example

White with #4C0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,40); }

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

background-color css

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

 a { background-color: rgb(76,1,40); }

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

border-color css

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

 span { border-color: rgb(76,1,40); }

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