Html Css Color HEX #48112C Blackberry

📋 copy color: '#48112C'

red 72 ◦ green 17 ◦ blue 44

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

Shades of Blackberry #48112C

Tints of Blackberry #48112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 54.14%
G = 12.78%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48112C (or 0x48112C) is known color: Blackberry. HEX triplet: 48, 11 and 2C. RGB value is (72,17,44). Sum of RGB (Red+Green+Blue) = 72+17+44=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112C is #B7EED3. Grayscale: #242424. Windows color (decimal): -12054228 or 2888008. OLE color: 2888008.

HSL color Cylindrical-coordinate representation of color #48112C: hue angle of 330.55º 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 #48112C is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 44 -
CMYK 0 0.76 0.39 0.72
HSL 330.55º 0.62% 0.17% -
HSV(B) 330.55º 0.76% 0.28% -
XYZ 3.33 1.96 2.59 -
YUV 36.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 72 17 44 0 0.76 0.39 0.72 330.55 0.62 0.17
Hex 48 11 2C 0 4C 27 48 14B 3E 11
Octal 110 21 54 0 114 47 110 513 76 21
Binary 1001000 10001 101100 0 1001100 100111 1001000 101001011 111110 10001

Color Harmonies of #48112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48112C

Black with #48112C

Text Example


Text Example

White with #48112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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