Html Css Color HEX #48043F Blackberry

📋 copy color: '#48043F'

red 72 ◦ green 4 ◦ blue 63

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

Shades of Blackberry #48043F

Tints of Blackberry #48043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

 BLUE value IS 63 (25% from 255) = 45.32%

R = 51.8%
G = 2.88%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#48043F (or 0x48043F) is known color: Blackberry. HEX triplet: 48, 04 and 3F. RGB value is (72,4,63). Sum of RGB (Red+Green+Blue) = 72+4+63=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48043F is #B7FBC0. Grayscale: #1E1E1E. Windows color (decimal): -12057537 or 4129864. OLE color: 4129864.

HSL color Cylindrical-coordinate representation of color #48043F: hue angle of 307.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48043F is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 63 -
CMYK 0 0.94 0.12 0.72
HSL 307.94º 0.89% 0.15% -
HSV(B) 307.94º 0.94% 0.28% -
XYZ 3.61 1.82 4.86 -
YUV 31.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 72 4 63 0 0.94 0.12 0.72 307.94 0.89 0.15
Hex 48 4 3F 0 5E C 48 134 59 F
Octal 110 4 77 0 136 14 110 464 131 17
Binary 1001000 100 111111 0 1011110 1100 1001000 100110100 1011001 1111

Color Harmonies of #48043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48043F

Black with #48043F

Text Example


Text Example

White with #48043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48043F; }

 p { color: rgb(72,4,63); }

 H1.HeaderClassName
 {
   color: #48043F;
 }
 .AnyTagClassName
 {
   color: #48043F;
 }
</style>

background-color css

<style>
 a { background-color: #48043F; }

 a { background-color: rgb(72,4,63); }

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

border-color css

<style>
 span { border-color: #48043F; }

 span { border-color: rgb(72,4,63); }

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