Html Css Color HEX #48123D Blackberry

📋 copy color: '#48123D'

red 72 ◦ green 18 ◦ blue 61

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

Shades of Blackberry #48123D

Tints of Blackberry #48123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.4%

R = 47.68%
G = 11.92%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48123D (or 0x48123D) is known color: Blackberry. HEX triplet: 48, 12 and 3D. RGB value is (72,18,61). Sum of RGB (Red+Green+Blue) = 72+18+61=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123D is #B7EDC2. Grayscale: #262626. Windows color (decimal): -12053955 or 4002376. OLE color: 4002376.

HSL color Cylindrical-coordinate representation of color #48123D: hue angle of 312.22º 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 #48123D is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 61 -
CMYK 0 0.75 0.15 0.72
HSL 312.22º 0.6% 0.18% -
HSV(B) 312.22º 0.75% 0.28% -
XYZ 3.73 2.15 4.63 -
YUV 39.05 140.39 151.5 -
System Red Green Blue C M Y K H S L
Decimal 72 18 61 0 0.75 0.15 0.72 312.22 0.6 0.18
Hex 48 12 3D 0 4B F 48 138 3C 12
Octal 110 22 75 0 113 17 110 470 74 22
Binary 1001000 10010 111101 0 1001011 1111 1001000 100111000 111100 10010

Color Harmonies of #48123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48123D

Black with #48123D

Text Example


Text Example

White with #48123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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