Html Css Color HEX #48112A Blackberry

📋 copy color: '#48112A'

red 72 ◦ green 17 ◦ blue 42

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

Shades of Blackberry #48112A

Tints of Blackberry #48112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 42 (16.8% from 255) = 32.06%

R = 54.96%
G = 12.98%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48112A (or 0x48112A) is known color: Blackberry. HEX triplet: 48, 11 and 2A. RGB value is (72,17,42). Sum of RGB (Red+Green+Blue) = 72+17+42=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #48112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112A is #B7EED5. Grayscale: #242424. Windows color (decimal): -12054230 or 2756936. OLE color: 2756936.

HSL color Cylindrical-coordinate representation of color #48112A: hue angle of 332.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48112A is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 42 -
CMYK 0 0.76 0.42 0.72
HSL 332.73º 0.62% 0.17% -
HSV(B) 332.73º 0.76% 0.28% -
XYZ 3.29 1.95 2.39 -
YUV 36.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 72 17 42 0 0.76 0.42 0.72 332.73 0.62 0.17
Hex 48 11 2A 0 4C 2A 48 14D 3E 11
Octal 110 21 52 0 114 52 110 515 76 21
Binary 1001000 10001 101010 0 1001100 101010 1001000 101001101 111110 10001

Color Harmonies of #48112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48112A

Black with #48112A

Text Example


Text Example

White with #48112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,17,42); }

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

background-color css

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

 a { background-color: rgb(72,17,42); }

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

border-color css

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

 span { border-color: rgb(72,17,42); }

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