Html Css Color HEX #48122C Blackberry

📋 copy color: '#48122C'

red 72 ◦ green 18 ◦ blue 44

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

Shades of Blackberry #48122C

Tints of Blackberry #48122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 32.84%

R = 53.73%
G = 13.43%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#48122C (or 0x48122C) is known color: Blackberry. HEX triplet: 48, 12 and 2C. RGB value is (72,18,44). Sum of RGB (Red+Green+Blue) = 72+18+44=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122C is #B7EDD3. Grayscale: #252525. Windows color (decimal): -12053972 or 2888264. OLE color: 2888264.

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

Color convert

RGB 72 18 44 -
CMYK 0 0.75 0.39 0.72
HSL 331.11º 0.6% 0.18% -
HSV(B) 331.11º 0.75% 0.28% -
XYZ 3.34 1.99 2.59 -
YUV 37.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 72 18 44 0 0.75 0.39 0.72 331.11 0.6 0.18
Hex 48 12 2C 0 4B 27 48 14B 3C 12
Octal 110 22 54 0 113 47 110 513 74 22
Binary 1001000 10010 101100 0 1001011 100111 1001000 101001011 111100 10010

Color Harmonies of #48122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48122C

Black with #48122C

Text Example


Text Example

White with #48122C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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