Html Css Color HEX #4B213A Blackberry

📋 copy color: '#4B213A'

red 75 ◦ green 33 ◦ blue 58

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

Shades of Blackberry #4B213A

Tints of Blackberry #4B213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.88%

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

R = 45.18%
G = 19.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#4B213A (or 0x4B213A) is known color: Blackberry. HEX triplet: 4B, 21 and 3A. RGB value is (75,33,58). Sum of RGB (Red+Green+Blue) = 75+33+58=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B213A is #B4DEC5. Grayscale: #303030. Windows color (decimal): -11853510 or 3809611. OLE color: 3809611.

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

Color convert

RGB 75 33 58 -
CMYK 0 0.56 0.23 0.71
HSL 324.29º 0.39% 0.21% -
HSV(B) 324.29º 0.56% 0.29% -
XYZ 4.21 2.89 4.34 -
YUV 48.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 75 33 58 0 0.56 0.23 0.71 324.29 0.39 0.21
Hex 4B 21 3A 0 38 17 47 144 27 15
Octal 113 41 72 0 70 27 107 504 47 25
Binary 1001011 100001 111010 0 111000 10111 1000111 101000100 100111 10101

Color Harmonies of #4B213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B213A

Black with #4B213A

Text Example


Text Example

White with #4B213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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