Html Css Color HEX #48112B Blackberry

📋 copy color: '#48112B'

red 72 ◦ green 17 ◦ blue 43

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

Shades of Blackberry #48112B

Tints of Blackberry #48112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 54.55%
G = 12.88%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48112B (or 0x48112B) is known color: Blackberry. HEX triplet: 48, 11 and 2B. RGB value is (72,17,43). Sum of RGB (Red+Green+Blue) = 72+17+43=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #48112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112B is #B7EED4. Grayscale: #242424. Windows color (decimal): -12054229 or 2822472. OLE color: 2822472.

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

Color convert

RGB 72 17 43 -
CMYK 0 0.76 0.40 0.72
HSL 331.64º 0.62% 0.17% -
HSV(B) 331.64º 0.76% 0.28% -
XYZ 3.31 1.95 2.49 -
YUV 36.41 131.72 153.39 -
System Red Green Blue C M Y K H S L
Decimal 72 17 43 0 0.76 0.40 0.72 331.64 0.62 0.17
Hex 48 11 2B 0 4C 28 48 14C 3E 11
Octal 110 21 53 0 114 50 110 514 76 21
Binary 1001000 10001 101011 0 1001100 101000 1001000 101001100 111110 10001

Color Harmonies of #48112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48112B

Black with #48112B

Text Example


Text Example

White with #48112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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