Html Css Color HEX #48063C Blackberry

📋 copy color: '#48063C'

red 72 ◦ green 6 ◦ blue 60

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

Shades of Blackberry #48063C

Tints of Blackberry #48063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.35%

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

R = 52.17%
G = 4.35%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48063C (or 0x48063C) is known color: Blackberry. HEX triplet: 48, 06 and 3C. RGB value is (72,6,60). Sum of RGB (Red+Green+Blue) = 72+6+60=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063C is #B7F9C3. Grayscale: #1F1F1F. Windows color (decimal): -12057028 or 3933768. OLE color: 3933768.

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

Color convert

RGB 72 6 60 -
CMYK 0 0.92 0.17 0.72
HSL 310.91º 0.85% 0.15% -
HSV(B) 310.91º 0.92% 0.28% -
XYZ 3.55 1.83 4.44 -
YUV 31.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 72 6 60 0 0.92 0.17 0.72 310.91 0.85 0.15
Hex 48 6 3C 0 5C 11 48 137 55 F
Octal 110 6 74 0 134 21 110 467 125 17
Binary 1001000 110 111100 0 1011100 10001 1001000 100110111 1010101 1111

Color Harmonies of #48063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48063C

Black with #48063C

Text Example


Text Example

White with #48063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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