Html Css Color HEX #4C0530 Blackberry

📋 copy color: '#4C0530'

red 76 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #4C0530

Tints of Blackberry #4C0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 58.91%
G = 3.88%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C0530 (or 0x4C0530) is known color: Blackberry. HEX triplet: 4C, 05 and 30. RGB value is (76,5,48). Sum of RGB (Red+Green+Blue) = 76+5+48=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0530 is #B3FACF. Grayscale: #1F1F1F. Windows color (decimal): -11795152 or 3147084. OLE color: 3147084.

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

Color convert

RGB 76 5 48 -
CMYK 0 0.93 0.37 0.70
HSL 323.66º 0.88% 0.16% -
HSV(B) 323.66º 0.93% 0.3% -
XYZ 3.57 1.86 2.97 -
YUV 31.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 76 5 48 0 0.93 0.37 0.70 323.66 0.88 0.16
Hex 4C 5 30 0 5D 25 46 144 58 10
Octal 114 5 60 0 135 45 106 504 130 20
Binary 1001100 101 110000 0 1011101 100101 1000110 101000100 1011000 10000

Color Harmonies of #4C0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0530

Black with #4C0530

Text Example


Text Example

White with #4C0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,48); }

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

background-color css

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

 a { background-color: rgb(76,5,48); }

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

border-color css

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

 span { border-color: rgb(76,5,48); }

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