Html Css Color HEX #48092E Blackberry

📋 copy color: '#48092E'

red 72 ◦ green 9 ◦ blue 46

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

Shades of Blackberry #48092E

Tints of Blackberry #48092E

RGB

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

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

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

R = 56.69%
G = 7.09%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48092E (or 0x48092E) is known color: Blackberry. HEX triplet: 48, 09 and 2E. RGB value is (72,9,46). Sum of RGB (Red+Green+Blue) = 72+9+46=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48092E is #B7F6D1. Grayscale: #1F1F1F. Windows color (decimal): -12056274 or 3017032. OLE color: 3017032.

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

Color convert

RGB 72 9 46 -
CMYK 0 0.88 0.36 0.72
HSL 324.76º 0.78% 0.16% -
HSV(B) 324.76º 0.88% 0.28% -
XYZ 3.26 1.77 2.75 -
YUV 32.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 72 9 46 0 0.88 0.36 0.72 324.76 0.78 0.16
Hex 48 9 2E 0 58 24 48 145 4E 10
Octal 110 11 56 0 130 44 110 505 116 20
Binary 1001000 1001 101110 0 1011000 100100 1001000 101000101 1001110 10000

Color Harmonies of #48092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48092E

Black with #48092E

Text Example


Text Example

White with #48092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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