Html Css Color HEX #4B213B Blackberry

📋 copy color: '#4B213B'

red 75 ◦ green 33 ◦ blue 59

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

Shades of Blackberry #4B213B

Tints of Blackberry #4B213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 35.33%

R = 44.91%
G = 19.76%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.71

RGB Variations

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

Color information

#4B213B (or 0x4B213B) is known color: Blackberry. HEX triplet: 4B, 21 and 3B. RGB value is (75,33,59). Sum of RGB (Red+Green+Blue) = 75+33+59=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B213B is #B4DEC4. Grayscale: #303030. Windows color (decimal): -11853509 or 3875147. OLE color: 3875147.

HSL color Cylindrical-coordinate representation of color #4B213B: hue angle of 322.86º 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 #4B213B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 33 59 -
CMYK 0 0.56 0.21 0.71
HSL 322.86º 0.39% 0.21% -
HSV(B) 322.86º 0.56% 0.29% -
XYZ 4.23 2.9 4.47 -
YUV 48.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 75 33 59 0 0.56 0.21 0.71 322.86 0.39 0.21
Hex 4B 21 3B 0 38 15 47 143 27 15
Octal 113 41 73 0 70 25 107 503 47 25
Binary 1001011 100001 111011 0 111000 10101 1000111 101000011 100111 10101

Color Harmonies of #4B213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B213B

Black with #4B213B

Text Example


Text Example

White with #4B213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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