Html Css Color HEX #48162B Blackberry

📋 copy color: '#48162B'

red 72 ◦ green 22 ◦ blue 43

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

Shades of Blackberry #48162B

Tints of Blackberry #48162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 52.55%
G = 16.06%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48162B (or 0x48162B) is known color: Blackberry. HEX triplet: 48, 16 and 2B. RGB value is (72,22,43). Sum of RGB (Red+Green+Blue) = 72+22+43=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48162B is #B7E9D4. Grayscale: #272727. Windows color (decimal): -12052949 or 2823752. OLE color: 2823752.

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

Color convert

RGB 72 22 43 -
CMYK 0 0.69 0.40 0.72
HSL 334.8º 0.53% 0.18% -
HSV(B) 334.8º 0.69% 0.28% -
XYZ 3.4 2.13 2.52 -
YUV 39.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 72 22 43 0 0.69 0.40 0.72 334.8 0.53 0.18
Hex 48 16 2B 0 45 28 48 14F 35 12
Octal 110 26 53 0 105 50 110 517 65 22
Binary 1001000 10110 101011 0 1000101 101000 1001000 101001111 110101 10010

Color Harmonies of #48162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48162B

Black with #48162B

Text Example


Text Example

White with #48162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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