Html Css Color HEX #48063D Blackberry

📋 copy color: '#48063D'

red 72 ◦ green 6 ◦ blue 61

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

Shades of Blackberry #48063D

Tints of Blackberry #48063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 51.8%
G = 4.32%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48063D (or 0x48063D) is known color: Blackberry. HEX triplet: 48, 06 and 3D. RGB value is (72,6,61). Sum of RGB (Red+Green+Blue) = 72+6+61=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063D is #B7F9C2. Grayscale: #1F1F1F. Windows color (decimal): -12057027 or 3999304. OLE color: 3999304.

HSL color Cylindrical-coordinate representation of color #48063D: hue angle of 310º 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 #48063D is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 6 61 -
CMYK 0 0.92 0.15 0.72
HSL 310º 0.85% 0.15% -
HSV(B) 310º 0.92% 0.28% -
XYZ 3.58 1.84 4.58 -
YUV 32 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 72 6 61 0 0.92 0.15 0.72 310 0.85 0.15
Hex 48 6 3D 0 5C F 48 136 55 F
Octal 110 6 75 0 134 17 110 466 125 17
Binary 1001000 110 111101 0 1011100 1111 1001000 100110110 1010101 1111

Color Harmonies of #48063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48063D

Black with #48063D

Text Example


Text Example

White with #48063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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