Html Css Color HEX #48182D Blackberry

📋 copy color: '#48182D'

red 72 ◦ green 24 ◦ blue 45

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

Shades of Blackberry #48182D

Tints of Blackberry #48182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 51.06%
G = 17.02%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#48182D (or 0x48182D) is known color: Blackberry. HEX triplet: 48, 18 and 2D. RGB value is (72,24,45). Sum of RGB (Red+Green+Blue) = 72+24+45=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182D is #B7E7D2. Grayscale: #282828. Windows color (decimal): -12052435 or 2955336. OLE color: 2955336.

HSL color Cylindrical-coordinate representation of color #48182D: hue angle of 333.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48182D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 45 -
CMYK 0 0.67 0.38 0.72
HSL 333.75º 0.5% 0.19% -
HSV(B) 333.75º 0.67% 0.28% -
XYZ 3.47 2.22 2.73 -
YUV 40.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 72 24 45 0 0.67 0.38 0.72 333.75 0.5 0.19
Hex 48 18 2D 0 43 26 48 14E 32 13
Octal 110 30 55 0 103 46 110 516 62 23
Binary 1001000 11000 101101 0 1000011 100110 1001000 101001110 110010 10011

Color Harmonies of #48182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48182D

Black with #48182D

Text Example


Text Example

White with #48182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48182D; }

 p { color: rgb(72,24,45); }

 H1.HeaderClassName
 {
   color: #48182D;
 }
 .AnyTagClassName
 {
   color: #48182D;
 }
</style>

background-color css

<style>
 a { background-color: #48182D; }

 a { background-color: rgb(72,24,45); }

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

border-color css

<style>
 span { border-color: #48182D; }

 span { border-color: rgb(72,24,45); }

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