Html Css Color HEX #48133A Blackberry

📋 copy color: '#48133A'

red 72 ◦ green 19 ◦ blue 58

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

Shades of Blackberry #48133A

Tints of Blackberry #48133A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.75%

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

R = 48.32%
G = 12.75%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#48133A (or 0x48133A) is known color: Blackberry. HEX triplet: 48, 13 and 3A. RGB value is (72,19,58). Sum of RGB (Red+Green+Blue) = 72+19+58=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133A is #B7ECC5. Grayscale: #272727. Windows color (decimal): -12053702 or 3806024. OLE color: 3806024.

HSL color Cylindrical-coordinate representation of color #48133A: hue angle of 315.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48133A is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 58 -
CMYK 0 0.74 0.19 0.72
HSL 315.85º 0.58% 0.18% -
HSV(B) 315.85º 0.74% 0.28% -
XYZ 3.67 2.15 4.22 -
YUV 39.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 72 19 58 0 0.74 0.19 0.72 315.85 0.58 0.18
Hex 48 13 3A 0 4A 13 48 13C 3A 12
Octal 110 23 72 0 112 23 110 474 72 22
Binary 1001000 10011 111010 0 1001010 10011 1001000 100111100 111010 10010

Color Harmonies of #48133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48133A

Black with #48133A

Text Example


Text Example

White with #48133A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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