Html Css Color HEX #48172B Blackberry

📋 copy color: '#48172B'

red 72 ◦ green 23 ◦ blue 43

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

Shades of Blackberry #48172B

Tints of Blackberry #48172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 52.17%
G = 16.67%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48172B (or 0x48172B) is known color: Blackberry. HEX triplet: 48, 17 and 2B. RGB value is (72,23,43). Sum of RGB (Red+Green+Blue) = 72+23+43=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172B is #B7E8D4. Grayscale: #272727. Windows color (decimal): -12052693 or 2824008. OLE color: 2824008.

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

Color convert

RGB 72 23 43 -
CMYK 0 0.68 0.40 0.72
HSL 335.51º 0.52% 0.19% -
HSV(B) 335.51º 0.68% 0.28% -
XYZ 3.41 2.16 2.52 -
YUV 39.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 72 23 43 0 0.68 0.40 0.72 335.51 0.52 0.19
Hex 48 17 2B 0 44 28 48 150 34 13
Octal 110 27 53 0 104 50 110 520 64 23
Binary 1001000 10111 101011 0 1000100 101000 1001000 101010000 110100 10011

Color Harmonies of #48172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48172B

Black with #48172B

Text Example


Text Example

White with #48172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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