Html Css Color HEX #48033D Blackberry

📋 copy color: '#48033D'

red 72 ◦ green 3 ◦ blue 61

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

Shades of Blackberry #48033D

Tints of Blackberry #48033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 52.94%
G = 2.21%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48033D (or 0x48033D) is known color: Blackberry. HEX triplet: 48, 03 and 3D. RGB value is (72,3,61). Sum of RGB (Red+Green+Blue) = 72+3+61=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033D is #B7FCC2. Grayscale: #1E1E1E. Windows color (decimal): -12057795 or 3998536. OLE color: 3998536.

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

Color convert

RGB 72 3 61 -
CMYK 0 0.96 0.15 0.72
HSL 309.57º 0.92% 0.15% -
HSV(B) 309.57º 0.96% 0.28% -
XYZ 3.55 1.78 4.57 -
YUV 30.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 72 3 61 0 0.96 0.15 0.72 309.57 0.92 0.15
Hex 48 3 3D 0 60 F 48 136 5C F
Octal 110 3 75 0 140 17 110 466 134 17
Binary 1001000 11 111101 0 1100000 1111 1001000 100110110 1011100 1111

Color Harmonies of #48033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48033D

Black with #48033D

Text Example


Text Example

White with #48033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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