Html Css Color HEX #48123E Blackberry

📋 copy color: '#48123E'

red 72 ◦ green 18 ◦ blue 62

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

Shades of Blackberry #48123E

Tints of Blackberry #48123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 47.37%
G = 11.84%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48123E (or 0x48123E) is known color: Blackberry. HEX triplet: 48, 12 and 3E. RGB value is (72,18,62). Sum of RGB (Red+Green+Blue) = 72+18+62=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48123E is #B7EDC1. Grayscale: #272727. Windows color (decimal): -12053954 or 4067912. OLE color: 4067912.

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

Color convert

RGB 72 18 62 -
CMYK 0 0.75 0.14 0.72
HSL 311.11º 0.6% 0.18% -
HSV(B) 311.11º 0.75% 0.28% -
XYZ 3.76 2.16 4.78 -
YUV 39.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 72 18 62 0 0.75 0.14 0.72 311.11 0.6 0.18
Hex 48 12 3E 0 4B E 48 137 3C 12
Octal 110 22 76 0 113 16 110 467 74 22
Binary 1001000 10010 111110 0 1001011 1110 1001000 100110111 111100 10010

Color Harmonies of #48123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48123E

Black with #48123E

Text Example


Text Example

White with #48123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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