Html Css Color HEX #48152E Blackberry

📋 copy color: '#48152E'

red 72 ◦ green 21 ◦ blue 46

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

Shades of Blackberry #48152E

Tints of Blackberry #48152E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.09%

R = 51.8%
G = 15.11%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48152E (or 0x48152E) is known color: Blackberry. HEX triplet: 48, 15 and 2E. RGB value is (72,21,46). Sum of RGB (Red+Green+Blue) = 72+21+46=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152E is #B7EAD1. Grayscale: #272727. Windows color (decimal): -12053202 or 3020104. OLE color: 3020104.

HSL color Cylindrical-coordinate representation of color #48152E: hue angle of 330.59º 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 #48152E is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 21 46 -
CMYK 0 0.71 0.36 0.72
HSL 330.59º 0.55% 0.18% -
HSV(B) 330.59º 0.71% 0.28% -
XYZ 3.43 2.11 2.81 -
YUV 39.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 72 21 46 0 0.71 0.36 0.72 330.59 0.55 0.18
Hex 48 15 2E 0 47 24 48 14B 37 12
Octal 110 25 56 0 107 44 110 513 67 22
Binary 1001000 10101 101110 0 1000111 100100 1001000 101001011 110111 10010

Color Harmonies of #48152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48152E

Black with #48152E

Text Example


Text Example

White with #48152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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