Html Css Color HEX #48093B Blackberry

📋 copy color: '#48093B'

red 72 ◦ green 9 ◦ blue 59

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

Shades of Blackberry #48093B

Tints of Blackberry #48093B

RGB

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

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

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

R = 51.43%
G = 6.43%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48093B (or 0x48093B) is known color: Blackberry. HEX triplet: 48, 09 and 3B. RGB value is (72,9,59). Sum of RGB (Red+Green+Blue) = 72+9+59=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48093B is #B7F6C4. Grayscale: #212121. Windows color (decimal): -12056261 or 3869000. OLE color: 3869000.

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

Color convert

RGB 72 9 59 -
CMYK 0 0.88 0.18 0.72
HSL 312.38º 0.78% 0.16% -
HSV(B) 312.38º 0.88% 0.28% -
XYZ 3.56 1.89 4.31 -
YUV 33.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 72 9 59 0 0.88 0.18 0.72 312.38 0.78 0.16
Hex 48 9 3B 0 58 12 48 138 4E 10
Octal 110 11 73 0 130 22 110 470 116 20
Binary 1001000 1001 111011 0 1011000 10010 1001000 100111000 1001110 10000

Color Harmonies of #48093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48093B

Black with #48093B

Text Example


Text Example

White with #48093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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