Html Css Color HEX #48172C Blackberry

📋 copy color: '#48172C'

red 72 ◦ green 23 ◦ blue 44

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

Shades of Blackberry #48172C

Tints of Blackberry #48172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 31.65%

R = 51.8%
G = 16.55%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48172C (or 0x48172C) is known color: Blackberry. HEX triplet: 48, 17 and 2C. RGB value is (72,23,44). Sum of RGB (Red+Green+Blue) = 72+23+44=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172C is #B7E8D3. Grayscale: #282828. Windows color (decimal): -12052692 or 2889544. OLE color: 2889544.

HSL color Cylindrical-coordinate representation of color #48172C: hue angle of 334.29º 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 #48172C is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 44 -
CMYK 0 0.68 0.39 0.72
HSL 334.29º 0.52% 0.19% -
HSV(B) 334.29º 0.68% 0.28% -
XYZ 3.43 2.17 2.62 -
YUV 40.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 72 23 44 0 0.68 0.39 0.72 334.29 0.52 0.19
Hex 48 17 2C 0 44 27 48 14E 34 13
Octal 110 27 54 0 104 47 110 516 64 23
Binary 1001000 10111 101100 0 1000100 100111 1001000 101001110 110100 10011

Color Harmonies of #48172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48172C

Black with #48172C

Text Example


Text Example

White with #48172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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