Html Css Color HEX #48093A Blackberry

📋 copy color: '#48093A'

red 72 ◦ green 9 ◦ blue 58

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

Shades of Blackberry #48093A

Tints of Blackberry #48093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.47%

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

R = 51.8%
G = 6.47%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48093A (or 0x48093A) is known color: Blackberry. HEX triplet: 48, 09 and 3A. RGB value is (72,9,58). Sum of RGB (Red+Green+Blue) = 72+9+58=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48093A is #B7F6C5. Grayscale: #212121. Windows color (decimal): -12056262 or 3803464. OLE color: 3803464.

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

Color convert

RGB 72 9 58 -
CMYK 0 0.88 0.19 0.72
HSL 313.33º 0.78% 0.16% -
HSV(B) 313.33º 0.88% 0.28% -
XYZ 3.53 1.88 4.18 -
YUV 33.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 72 9 58 0 0.88 0.19 0.72 313.33 0.78 0.16
Hex 48 9 3A 0 58 13 48 139 4E 10
Octal 110 11 72 0 130 23 110 471 116 20
Binary 1001000 1001 111010 0 1011000 10011 1001000 100111001 1001110 10000

Color Harmonies of #48093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48093A

Black with #48093A

Text Example


Text Example

White with #48093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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