Html Css Color HEX #48223B Blackberry

📋 copy color: '#48223B'

red 72 ◦ green 34 ◦ blue 59

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

Shades of Blackberry #48223B

Tints of Blackberry #48223B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.61%

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

R = 43.64%
G = 20.61%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48223B (or 0x48223B) is known color: Blackberry. HEX triplet: 48, 22 and 3B. RGB value is (72,34,59). Sum of RGB (Red+Green+Blue) = 72+34+59=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #48223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223B is #B7DDC4. Grayscale: #303030. Windows color (decimal): -12049861 or 3875400. OLE color: 3875400.

HSL color Cylindrical-coordinate representation of color #48223B: hue angle of 320.53º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48223B is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 59 -
CMYK 0 0.53 0.18 0.72
HSL 320.53º 0.36% 0.21% -
HSV(B) 320.53º 0.53% 0.28% -
XYZ 4.03 2.84 4.47 -
YUV 48.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 72 34 59 0 0.53 0.18 0.72 320.53 0.36 0.21
Hex 48 22 3B 0 35 12 48 141 24 15
Octal 110 42 73 0 65 22 110 501 44 25
Binary 1001000 100010 111011 0 110101 10010 1001000 101000001 100100 10101

Color Harmonies of #48223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48223B

Black with #48223B

Text Example


Text Example

White with #48223B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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