Html Css Color HEX #48183C Blackberry

📋 copy color: '#48183C'

red 72 ◦ green 24 ◦ blue 60

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

Shades of Blackberry #48183C

Tints of Blackberry #48183C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 38.46%

R = 46.15%
G = 15.38%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48183C (or 0x48183C) is known color: Blackberry. HEX triplet: 48, 18 and 3C. RGB value is (72,24,60). Sum of RGB (Red+Green+Blue) = 72+24+60=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183C is #B7E7C3. Grayscale: #2A2A2A. Windows color (decimal): -12052420 or 3938376. OLE color: 3938376.

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

Color convert

RGB 72 24 60 -
CMYK 0 0.67 0.17 0.72
HSL 315º 0.5% 0.19% -
HSV(B) 315º 0.67% 0.28% -
XYZ 3.81 2.36 4.53 -
YUV 42.46 137.9 149.07 -
System Red Green Blue C M Y K H S L
Decimal 72 24 60 0 0.67 0.17 0.72 315 0.5 0.19
Hex 48 18 3C 0 43 11 48 13B 32 13
Octal 110 30 74 0 103 21 110 473 62 23
Binary 1001000 11000 111100 0 1000011 10001 1001000 100111011 110010 10011

Color Harmonies of #48183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48183C

Black with #48183C

Text Example


Text Example

White with #48183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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