Html Css Color HEX #48083C Blackberry

📋 copy color: '#48083C'

red 72 ◦ green 8 ◦ blue 60

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

Shades of Blackberry #48083C

Tints of Blackberry #48083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 51.43%
G = 5.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48083C (or 0x48083C) is known color: Blackberry. HEX triplet: 48, 08 and 3C. RGB value is (72,8,60). Sum of RGB (Red+Green+Blue) = 72+8+60=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48083C is #B7F7C3. Grayscale: #202020. Windows color (decimal): -12056516 or 3934280. OLE color: 3934280.

HSL color Cylindrical-coordinate representation of color #48083C: hue angle of 311.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48083C is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 8 60 -
CMYK 0 0.89 0.17 0.72
HSL 311.25º 0.8% 0.16% -
HSV(B) 311.25º 0.89% 0.28% -
XYZ 3.57 1.88 4.45 -
YUV 33.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 72 8 60 0 0.89 0.17 0.72 311.25 0.8 0.16
Hex 48 8 3C 0 59 11 48 137 50 10
Octal 110 10 74 0 131 21 110 467 120 20
Binary 1001000 1000 111100 0 1011001 10001 1001000 100110111 1010000 10000

Color Harmonies of #48083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48083C

Black with #48083C

Text Example


Text Example

White with #48083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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