Html Css Color HEX #4C0937 Blackberry

📋 copy color: '#4C0937'

red 76 ◦ green 9 ◦ blue 55

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

Shades of Blackberry #4C0937

Tints of Blackberry #4C0937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 39.29%

R = 54.29%
G = 6.43%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.70

RGB Variations

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

Color information

#4C0937 (or 0x4C0937) is known color: Blackberry. HEX triplet: 4C, 09 and 37. RGB value is (76,9,55). Sum of RGB (Red+Green+Blue) = 76+9+55=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0937 is #B3F6C8. Grayscale: #222222. Windows color (decimal): -11794121 or 3606860. OLE color: 3606860.

HSL color Cylindrical-coordinate representation of color #4C0937: hue angle of 318.81º 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 #4C0937 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 9 55 -
CMYK 0 0.88 0.28 0.70
HSL 318.81º 0.79% 0.17% -
HSV(B) 318.81º 0.88% 0.3% -
XYZ 3.77 2.01 3.8 -
YUV 34.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 76 9 55 0 0.88 0.28 0.70 318.81 0.79 0.17
Hex 4C 9 37 0 58 1C 46 13F 4F 11
Octal 114 11 67 0 130 34 106 477 117 21
Binary 1001100 1001 110111 0 1011000 11100 1000110 100111111 1001111 10001

Color Harmonies of #4C0937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0937

Black with #4C0937

Text Example


Text Example

White with #4C0937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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