Html Css Color HEX #48172F Blackberry

📋 copy color: '#48172F'

red 72 ◦ green 23 ◦ blue 47

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

Shades of Blackberry #48172F

Tints of Blackberry #48172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.1%

R = 50.7%
G = 16.2%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#48172F (or 0x48172F) is known color: Blackberry. HEX triplet: 48, 17 and 2F. RGB value is (72,23,47). Sum of RGB (Red+Green+Blue) = 72+23+47=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172F is #B7E8D0. Grayscale: #282828. Windows color (decimal): -12052689 or 3086152. OLE color: 3086152.

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

Color convert

RGB 72 23 47 -
CMYK 0 0.68 0.35 0.72
HSL 330.61º 0.52% 0.19% -
HSV(B) 330.61º 0.68% 0.28% -
XYZ 3.49 2.2 2.93 -
YUV 40.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 72 23 47 0 0.68 0.35 0.72 330.61 0.52 0.19
Hex 48 17 2F 0 44 23 48 14B 34 13
Octal 110 27 57 0 104 43 110 513 64 23
Binary 1001000 10111 101111 0 1000100 100011 1001000 101001011 110100 10011

Color Harmonies of #48172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48172F

Black with #48172F

Text Example


Text Example

White with #48172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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