Html Css Color HEX #4C0928 Blackberry

📋 copy color: '#4C0928'

red 76 ◦ green 9 ◦ blue 40

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

Shades of Blackberry #4C0928

Tints of Blackberry #4C0928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.2%

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

R = 60.8%
G = 7.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#4C0928 (or 0x4C0928) is known color: Blackberry. HEX triplet: 4C, 09 and 28. RGB value is (76,9,40). Sum of RGB (Red+Green+Blue) = 76+9+40=125 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0928 is #B3F6D7. Grayscale: #202020. Windows color (decimal): -11794136 or 2623820. OLE color: 2623820.

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

Color convert

RGB 76 9 40 -
CMYK 0 0.88 0.47 0.70
HSL 332.24º 0.79% 0.17% -
HSV(B) 332.24º 0.88% 0.3% -
XYZ 3.46 1.89 2.19 -
YUV 32.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 76 9 40 0 0.88 0.47 0.70 332.24 0.79 0.17
Hex 4C 9 28 0 58 2F 46 14C 4F 11
Octal 114 11 50 0 130 57 106 514 117 21
Binary 1001100 1001 101000 0 1011000 101111 1000110 101001100 1001111 10001

Color Harmonies of #4C0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0928

Black with #4C0928

Text Example


Text Example

White with #4C0928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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