Html Css Color HEX #48073E Blackberry

📋 copy color: '#48073E'

red 72 ◦ green 7 ◦ blue 62

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

Shades of Blackberry #48073E

Tints of Blackberry #48073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.96%

 BLUE value IS 62 (24.61% from 255) = 43.97%

R = 51.06%
G = 4.96%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#48073E (or 0x48073E) is known color: Blackberry. HEX triplet: 48, 07 and 3E. RGB value is (72,7,62). Sum of RGB (Red+Green+Blue) = 72+7+62=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48073E is #B7F8C1. Grayscale: #202020. Windows color (decimal): -12056770 or 4065096. OLE color: 4065096.

HSL color Cylindrical-coordinate representation of color #48073E: hue angle of 309.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48073E is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 62 -
CMYK 0 0.90 0.14 0.72
HSL 309.23º 0.82% 0.15% -
HSV(B) 309.23º 0.9% 0.28% -
XYZ 3.62 1.88 4.73 -
YUV 32.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 72 7 62 0 0.90 0.14 0.72 309.23 0.82 0.15
Hex 48 7 3E 0 5A E 48 135 52 F
Octal 110 7 76 0 132 16 110 465 122 17
Binary 1001000 111 111110 0 1011010 1110 1001000 100110101 1010010 1111

Color Harmonies of #48073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48073E

Black with #48073E

Text Example


Text Example

White with #48073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,7,62); }

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

background-color css

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

 a { background-color: rgb(72,7,62); }

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

border-color css

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

 span { border-color: rgb(72,7,62); }

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