Html Css Color HEX #48183B Blackberry

📋 copy color: '#48183B'

red 72 ◦ green 24 ◦ blue 59

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

Shades of Blackberry #48183B

Tints of Blackberry #48183B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 38.06%

R = 46.45%
G = 15.48%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#48183B (or 0x48183B) is known color: Blackberry. HEX triplet: 48, 18 and 3B. RGB value is (72,24,59). Sum of RGB (Red+Green+Blue) = 72+24+59=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183B is #B7E7C4. Grayscale: #2A2A2A. Windows color (decimal): -12052421 or 3872840. OLE color: 3872840.

HSL color Cylindrical-coordinate representation of color #48183B: hue angle of 316.25º 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 #48183B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 59 -
CMYK 0 0.67 0.18 0.72
HSL 316.25º 0.5% 0.19% -
HSV(B) 316.25º 0.67% 0.28% -
XYZ 3.79 2.35 4.39 -
YUV 42.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 72 24 59 0 0.67 0.18 0.72 316.25 0.5 0.19
Hex 48 18 3B 0 43 12 48 13C 32 13
Octal 110 30 73 0 103 22 110 474 62 23
Binary 1001000 11000 111011 0 1000011 10010 1001000 100111100 110010 10011

Color Harmonies of #48183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48183B

Black with #48183B

Text Example


Text Example

White with #48183B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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