Html Css Color HEX #48213B Blackberry

📋 copy color: '#48213B'

red 72 ◦ green 33 ◦ blue 59

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

Shades of Blackberry #48213B

Tints of Blackberry #48213B

RGB

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

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

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

R = 43.9%
G = 20.12%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48213B (or 0x48213B) is known color: Blackberry. HEX triplet: 48, 21 and 3B. RGB value is (72,33,59). Sum of RGB (Red+Green+Blue) = 72+33+59=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48213B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48213B is #B7DEC4. Grayscale: #2F2F2F. Windows color (decimal): -12050117 or 3875144. OLE color: 3875144.

HSL color Cylindrical-coordinate representation of color #48213B: hue angle of 320º 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 #48213B is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 59 -
CMYK 0 0.54 0.18 0.72
HSL 320º 0.37% 0.21% -
HSV(B) 320º 0.54% 0.28% -
XYZ 4.01 2.78 4.46 -
YUV 47.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 72 33 59 0 0.54 0.18 0.72 320 0.37 0.21
Hex 48 21 3B 0 36 12 48 140 25 15
Octal 110 41 73 0 66 22 110 500 45 25
Binary 1001000 100001 111011 0 110110 10010 1001000 101000000 100101 10101

Color Harmonies of #48213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48213B

Black with #48213B

Text Example


Text Example

White with #48213B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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