Html Css Color HEX #48122B Blackberry

📋 copy color: '#48122B'

red 72 ◦ green 18 ◦ blue 43

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

Shades of Blackberry #48122B

Tints of Blackberry #48122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.33%

R = 54.14%
G = 13.53%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#48122B (or 0x48122B) is known color: Blackberry. HEX triplet: 48, 12 and 2B. RGB value is (72,18,43). Sum of RGB (Red+Green+Blue) = 72+18+43=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #48122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48122B is #B7EDD4. Grayscale: #242424. Windows color (decimal): -12053973 or 2822728. OLE color: 2822728.

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

Color convert

RGB 72 18 43 -
CMYK 0 0.75 0.40 0.72
HSL 332.22º 0.6% 0.18% -
HSV(B) 332.22º 0.75% 0.28% -
XYZ 3.32 1.98 2.49 -
YUV 37 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 72 18 43 0 0.75 0.40 0.72 332.22 0.6 0.18
Hex 48 12 2B 0 4B 28 48 14C 3C 12
Octal 110 22 53 0 113 50 110 514 74 22
Binary 1001000 10010 101011 0 1001011 101000 1001000 101001100 111100 10010

Color Harmonies of #48122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48122B

Black with #48122B

Text Example


Text Example

White with #48122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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