Html Css Color HEX #4B053A Blackberry

📋 copy color: '#4B053A'

red 75 ◦ green 5 ◦ blue 58

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

Shades of Blackberry #4B053A

Tints of Blackberry #4B053A

RGB

 RED value IS 75 (29.69% from 255) = 54.35%

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

 BLUE value IS 58 (23.05% from 255) = 42.03%

R = 54.35%
G = 3.62%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B053A (or 0x4B053A) is known color: Blackberry. HEX triplet: 4B, 05 and 3A. RGB value is (75,5,58). Sum of RGB (Red+Green+Blue) = 75+5+58=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B053A is #B4FAC5. Grayscale: #1F1F1F. Windows color (decimal): -11860678 or 3802443. OLE color: 3802443.

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

Color convert

RGB 75 5 58 -
CMYK 0 0.93 0.23 0.71
HSL 314.57º 0.88% 0.16% -
HSV(B) 314.57º 0.93% 0.29% -
XYZ 3.72 1.91 4.18 -
YUV 31.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 75 5 58 0 0.93 0.23 0.71 314.57 0.88 0.16
Hex 4B 5 3A 0 5D 17 47 13B 58 10
Octal 113 5 72 0 135 27 107 473 130 20
Binary 1001011 101 111010 0 1011101 10111 1000111 100111011 1011000 10000

Color Harmonies of #4B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B053A

Black with #4B053A

Text Example


Text Example

White with #4B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,5,58); }

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

background-color css

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

 a { background-color: rgb(75,5,58); }

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

border-color css

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

 span { border-color: rgb(75,5,58); }

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