Html Css Color HEX #48092A Blackberry

📋 copy color: '#48092A'

red 72 ◦ green 9 ◦ blue 42

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

Shades of Blackberry #48092A

Tints of Blackberry #48092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 58.54%
G = 7.32%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48092A (or 0x48092A) is known color: Blackberry. HEX triplet: 48, 09 and 2A. RGB value is (72,9,42). Sum of RGB (Red+Green+Blue) = 72+9+42=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48092A is #B7F6D5. Grayscale: #1F1F1F. Windows color (decimal): -12056278 or 2754888. OLE color: 2754888.

HSL color Cylindrical-coordinate representation of color #48092A: hue angle of 328.57º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48092A is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 42 -
CMYK 0 0.88 0.42 0.72
HSL 328.57º 0.78% 0.16% -
HSV(B) 328.57º 0.88% 0.28% -
XYZ 3.19 1.74 2.36 -
YUV 31.6 133.87 156.82 -
System Red Green Blue C M Y K H S L
Decimal 72 9 42 0 0.88 0.42 0.72 328.57 0.78 0.16
Hex 48 9 2A 0 58 2A 48 149 4E 10
Octal 110 11 52 0 130 52 110 511 116 20
Binary 1001000 1001 101010 0 1011000 101010 1001000 101001001 1001110 10000

Color Harmonies of #48092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48092A

Black with #48092A

Text Example


Text Example

White with #48092A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48092A; }

 p { color: rgb(72,9,42); }

 H1.HeaderClassName
 {
   color: #48092A;
 }
 .AnyTagClassName
 {
   color: #48092A;
 }
</style>

background-color css

<style>
 a { background-color: #48092A; }

 a { background-color: rgb(72,9,42); }

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

border-color css

<style>
 span { border-color: #48092A; }

 span { border-color: rgb(72,9,42); }

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