Html Css Color HEX #48213A Blackberry

📋 copy color: '#48213A'

red 72 ◦ green 33 ◦ blue 58

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

Shades of Blackberry #48213A

Tints of Blackberry #48213A

RGB

 RED value IS 72 (28.52% from 255) = 44.17%

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

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

R = 44.17%
G = 20.25%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48213A (or 0x48213A) is known color: Blackberry. HEX triplet: 48, 21 and 3A. RGB value is (72,33,58). Sum of RGB (Red+Green+Blue) = 72+33+58=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213A is #B7DEC5. Grayscale: #2F2F2F. Windows color (decimal): -12050118 or 3809608. OLE color: 3809608.

HSL color Cylindrical-coordinate representation of color #48213A: hue angle of 321.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48213A is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 58 -
CMYK 0 0.54 0.19 0.72
HSL 321.54º 0.37% 0.21% -
HSV(B) 321.54º 0.54% 0.28% -
XYZ 3.98 2.77 4.33 -
YUV 47.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 72 33 58 0 0.54 0.19 0.72 321.54 0.37 0.21
Hex 48 21 3A 0 36 13 48 142 25 15
Octal 110 41 72 0 66 23 110 502 45 25
Binary 1001000 100001 111010 0 110110 10011 1001000 101000010 100101 10101

Color Harmonies of #48213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48213A

Black with #48213A

Text Example


Text Example

White with #48213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48213A; }

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

 H1.HeaderClassName
 {
   color: #48213A;
 }
 .AnyTagClassName
 {
   color: #48213A;
 }
</style>

background-color css

<style>
 a { background-color: #48213A; }

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

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

border-color css

<style>
 span { border-color: #48213A; }

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

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