Html Css Color HEX #48122E Blackberry

📋 copy color: '#48122E'

red 72 ◦ green 18 ◦ blue 46

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

Shades of Blackberry #48122E

Tints of Blackberry #48122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 52.94%
G = 13.24%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48122E (or 0x48122E) is known color: Blackberry. HEX triplet: 48, 12 and 2E. RGB value is (72,18,46). Sum of RGB (Red+Green+Blue) = 72+18+46=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48122E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122E is #B7EDD1. Grayscale: #252525. Windows color (decimal): -12053970 or 3019336. OLE color: 3019336.

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

Color convert

RGB 72 18 46 -
CMYK 0 0.75 0.36 0.72
HSL 328.89º 0.6% 0.18% -
HSV(B) 328.89º 0.75% 0.28% -
XYZ 3.38 2.01 2.79 -
YUV 37.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 72 18 46 0 0.75 0.36 0.72 328.89 0.6 0.18
Hex 48 12 2E 0 4B 24 48 149 3C 12
Octal 110 22 56 0 113 44 110 511 74 22
Binary 1001000 10010 101110 0 1001011 100100 1001000 101001001 111100 10010

Color Harmonies of #48122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48122E

Black with #48122E

Text Example


Text Example

White with #48122E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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