Html Css Color HEX #48033E Blackberry

📋 copy color: '#48033E'

red 72 ◦ green 3 ◦ blue 62

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

Shades of Blackberry #48033E

Tints of Blackberry #48033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.26%

R = 52.55%
G = 2.19%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48033E (or 0x48033E) is known color: Blackberry. HEX triplet: 48, 03 and 3E. RGB value is (72,3,62). Sum of RGB (Red+Green+Blue) = 72+3+62=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 62 (24.61% from 255 or 45.26% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033E is #B7FCC1. Grayscale: #1E1E1E. Windows color (decimal): -12057794 or 4064072. OLE color: 4064072.

HSL color Cylindrical-coordinate representation of color #48033E: hue angle of 308.7º 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 #48033E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 62 -
CMYK 0 0.96 0.14 0.72
HSL 308.7º 0.92% 0.15% -
HSV(B) 308.7º 0.96% 0.28% -
XYZ 3.57 1.79 4.71 -
YUV 30.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 72 3 62 0 0.96 0.14 0.72 308.7 0.92 0.15
Hex 48 3 3E 0 60 E 48 135 5C F
Octal 110 3 76 0 140 16 110 465 134 17
Binary 1001000 11 111110 0 1100000 1110 1001000 100110101 1011100 1111

Color Harmonies of #48033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48033E

Black with #48033E

Text Example


Text Example

White with #48033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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