Html Css Color HEX #48223A Blackberry

📋 copy color: '#48223A'

red 72 ◦ green 34 ◦ blue 58

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

Shades of Blackberry #48223A

Tints of Blackberry #48223A

RGB

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

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

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

R = 43.9%
G = 20.73%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48223A (or 0x48223A) is known color: Blackberry. HEX triplet: 48, 22 and 3A. RGB value is (72,34,58). Sum of RGB (Red+Green+Blue) = 72+34+58=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #48223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223A is #B7DDC5. Grayscale: #303030. Windows color (decimal): -12049862 or 3809864. OLE color: 3809864.

HSL color Cylindrical-coordinate representation of color #48223A: hue angle of 322.11º 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 #48223A is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 34 58 -
CMYK 0 0.53 0.19 0.72
HSL 322.11º 0.36% 0.21% -
HSV(B) 322.11º 0.53% 0.28% -
XYZ 4.01 2.83 4.34 -
YUV 48.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 72 34 58 0 0.53 0.19 0.72 322.11 0.36 0.21
Hex 48 22 3A 0 35 13 48 142 24 15
Octal 110 42 72 0 65 23 110 502 44 25
Binary 1001000 100010 111010 0 110101 10011 1001000 101000010 100100 10101

Color Harmonies of #48223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48223A

Black with #48223A

Text Example


Text Example

White with #48223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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