Html Css Color HEX #48033A Blackberry

📋 copy color: '#48033A'

red 72 ◦ green 3 ◦ blue 58

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

Shades of Blackberry #48033A

Tints of Blackberry #48033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 43.61%

R = 54.14%
G = 2.26%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48033A (or 0x48033A) is known color: Blackberry. HEX triplet: 48, 03 and 3A. RGB value is (72,3,58). Sum of RGB (Red+Green+Blue) = 72+3+58=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033A is #B7FCC5. Grayscale: #1D1D1D. Windows color (decimal): -12057798 or 3801928. OLE color: 3801928.

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

Color convert

RGB 72 3 58 -
CMYK 0 0.96 0.19 0.72
HSL 312.17º 0.92% 0.15% -
HSV(B) 312.17º 0.96% 0.28% -
XYZ 3.47 1.75 4.16 -
YUV 29.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 72 3 58 0 0.96 0.19 0.72 312.17 0.92 0.15
Hex 48 3 3A 0 60 13 48 138 5C F
Octal 110 3 72 0 140 23 110 470 134 17
Binary 1001000 11 111010 0 1100000 10011 1001000 100111000 1011100 1111

Color Harmonies of #48033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48033A

Black with #48033A

Text Example


Text Example

White with #48033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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