Html Css Color HEX #48152B Blackberry

📋 copy color: '#48152B'

red 72 ◦ green 21 ◦ blue 43

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

Shades of Blackberry #48152B

Tints of Blackberry #48152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 52.94%
G = 15.44%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48152B (or 0x48152B) is known color: Blackberry. HEX triplet: 48, 15 and 2B. RGB value is (72,21,43). Sum of RGB (Red+Green+Blue) = 72+21+43=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152B is #B7EAD4. Grayscale: #262626. Windows color (decimal): -12053205 or 2823496. OLE color: 2823496.

HSL color Cylindrical-coordinate representation of color #48152B: hue angle of 334.12º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48152B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 43 -
CMYK 0 0.71 0.40 0.72
HSL 334.12º 0.55% 0.18% -
HSV(B) 334.12º 0.71% 0.28% -
XYZ 3.38 2.09 2.51 -
YUV 38.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 72 21 43 0 0.71 0.40 0.72 334.12 0.55 0.18
Hex 48 15 2B 0 47 28 48 14E 37 12
Octal 110 25 53 0 107 50 110 516 67 22
Binary 1001000 10101 101011 0 1000111 101000 1001000 101001110 110111 10010

Color Harmonies of #48152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48152B

Black with #48152B

Text Example


Text Example

White with #48152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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