Html Css Color HEX #48123C Blackberry

📋 copy color: '#48123C'

red 72 ◦ green 18 ◦ blue 60

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

Shades of Blackberry #48123C

Tints of Blackberry #48123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 48%
G = 12%
B = 40%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#48123C (or 0x48123C) is known color: Blackberry. HEX triplet: 48, 12 and 3C. RGB value is (72,18,60). Sum of RGB (Red+Green+Blue) = 72+18+60=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48123C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123C is #B7EDC3. Grayscale: #262626. Windows color (decimal): -12053956 or 3936840. OLE color: 3936840.

HSL color Cylindrical-coordinate representation of color #48123C: hue angle of 313.33º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48123C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 60 -
CMYK 0 0.75 0.17 0.72
HSL 313.33º 0.6% 0.18% -
HSV(B) 313.33º 0.75% 0.28% -
XYZ 3.7 2.14 4.49 -
YUV 38.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 72 18 60 0 0.75 0.17 0.72 313.33 0.6 0.18
Hex 48 12 3C 0 4B 11 48 139 3C 12
Octal 110 22 74 0 113 21 110 471 74 22
Binary 1001000 10010 111100 0 1001011 10001 1001000 100111001 111100 10010

Color Harmonies of #48123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48123C

Black with #48123C

Text Example


Text Example

White with #48123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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