Html Css Color HEX #4C0428 Blackberry

📋 copy color: '#4C0428'

red 76 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #4C0428

Tints of Blackberry #4C0428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

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

R = 63.33%
G = 3.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C0428 (or 0x4C0428) is known color: Blackberry. HEX triplet: 4C, 04 and 28. RGB value is (76,4,40). Sum of RGB (Red+Green+Blue) = 76+4+40=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0428 is #B3FBD7. Grayscale: #1D1D1D. Windows color (decimal): -11795416 or 2622540. OLE color: 2622540.

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

Color convert

RGB 76 4 40 -
CMYK 0 0.95 0.47 0.70
HSL 330º 0.9% 0.16% -
HSV(B) 330º 0.95% 0.3% -
XYZ 3.41 1.78 2.17 -
YUV 29.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 76 4 40 0 0.95 0.47 0.70 330 0.9 0.16
Hex 4C 4 28 0 5F 2F 46 14A 5A 10
Octal 114 4 50 0 137 57 106 512 132 20
Binary 1001100 100 101000 0 1011111 101111 1000110 101001010 1011010 10000

Color Harmonies of #4C0428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0428

Black with #4C0428

Text Example


Text Example

White with #4C0428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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