Html Css Color HEX #48103D Blackberry

📋 copy color: '#48103D'

red 72 ◦ green 16 ◦ blue 61

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

Shades of Blackberry #48103D

Tints of Blackberry #48103D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 48.32%
G = 10.74%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48103D (or 0x48103D) is known color: Blackberry. HEX triplet: 48, 10 and 3D. RGB value is (72,16,61). Sum of RGB (Red+Green+Blue) = 72+16+61=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #48103D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48103D is #B7EFC2. Grayscale: #252525. Windows color (decimal): -12054467 or 4001864. OLE color: 4001864.

HSL color Cylindrical-coordinate representation of color #48103D: hue angle of 311.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48103D is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 61 -
CMYK 0 0.78 0.15 0.72
HSL 311.79º 0.64% 0.17% -
HSV(B) 311.79º 0.78% 0.28% -
XYZ 3.7 2.09 4.62 -
YUV 37.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 72 16 61 0 0.78 0.15 0.72 311.79 0.64 0.17
Hex 48 10 3D 0 4E F 48 138 40 11
Octal 110 20 75 0 116 17 110 470 100 21
Binary 1001000 10000 111101 0 1001110 1111 1001000 100111000 1000000 10001

Color Harmonies of #48103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48103D

Black with #48103D

Text Example


Text Example

White with #48103D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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