Html Css Color HEX #48132C Blackberry

📋 copy color: '#48132C'

red 72 ◦ green 19 ◦ blue 44

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

Shades of Blackberry #48132C

Tints of Blackberry #48132C

RGB

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

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

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

R = 53.33%
G = 14.07%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48132C (or 0x48132C) is known color: Blackberry. HEX triplet: 48, 13 and 2C. RGB value is (72,19,44). Sum of RGB (Red+Green+Blue) = 72+19+44=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48132C is #B7ECD3. Grayscale: #252525. Windows color (decimal): -12053716 or 2888520. OLE color: 2888520.

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

Color convert

RGB 72 19 44 -
CMYK 0 0.74 0.39 0.72
HSL 331.7º 0.58% 0.18% -
HSV(B) 331.7º 0.74% 0.28% -
XYZ 3.36 2.03 2.6 -
YUV 37.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 72 19 44 0 0.74 0.39 0.72 331.7 0.58 0.18
Hex 48 13 2C 0 4A 27 48 14C 3A 12
Octal 110 23 54 0 112 47 110 514 72 22
Binary 1001000 10011 101100 0 1001010 100111 1001000 101001100 111010 10010

Color Harmonies of #48132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48132C

Black with #48132C

Text Example


Text Example

White with #48132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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