Html Css Color HEX #48132A Blackberry

📋 copy color: '#48132A'

red 72 ◦ green 19 ◦ blue 42

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

Shades of Blackberry #48132A

Tints of Blackberry #48132A

RGB

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

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

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

R = 54.14%
G = 14.29%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48132A (or 0x48132A) is known color: Blackberry. HEX triplet: 48, 13 and 2A. RGB value is (72,19,42). Sum of RGB (Red+Green+Blue) = 72+19+42=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48132A is #B7ECD5. Grayscale: #252525. Windows color (decimal): -12053718 or 2757448. OLE color: 2757448.

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

Color convert

RGB 72 19 42 -
CMYK 0 0.74 0.42 0.72
HSL 333.96º 0.58% 0.18% -
HSV(B) 333.96º 0.74% 0.28% -
XYZ 3.32 2.01 2.4 -
YUV 37.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 72 19 42 0 0.74 0.42 0.72 333.96 0.58 0.18
Hex 48 13 2A 0 4A 2A 48 14E 3A 12
Octal 110 23 52 0 112 52 110 516 72 22
Binary 1001000 10011 101010 0 1001010 101010 1001000 101001110 111010 10010

Color Harmonies of #48132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48132A

Black with #48132A

Text Example


Text Example

White with #48132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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