Html Css Color HEX #48093C Blackberry

📋 copy color: '#48093C'

red 72 ◦ green 9 ◦ blue 60

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

Shades of Blackberry #48093C

Tints of Blackberry #48093C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 42.55%

R = 51.06%
G = 6.38%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48093C (or 0x48093C) is known color: Blackberry. HEX triplet: 48, 09 and 3C. RGB value is (72,9,60). Sum of RGB (Red+Green+Blue) = 72+9+60=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48093C is #B7F6C3. Grayscale: #212121. Windows color (decimal): -12056260 or 3934536. OLE color: 3934536.

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

Color convert

RGB 72 9 60 -
CMYK 0 0.88 0.17 0.72
HSL 311.43º 0.78% 0.16% -
HSV(B) 311.43º 0.88% 0.28% -
XYZ 3.59 1.9 4.45 -
YUV 33.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 72 9 60 0 0.88 0.17 0.72 311.43 0.78 0.16
Hex 48 9 3C 0 58 11 48 137 4E 10
Octal 110 11 74 0 130 21 110 467 116 20
Binary 1001000 1001 111100 0 1011000 10001 1001000 100110111 1001110 10000

Color Harmonies of #48093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48093C

Black with #48093C

Text Example


Text Example

White with #48093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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