Html Css Color HEX #48043D Blackberry

📋 copy color: '#48043D'

red 72 ◦ green 4 ◦ blue 61

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

Shades of Blackberry #48043D

Tints of Blackberry #48043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 52.55%
G = 2.92%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#48043D (or 0x48043D) is known color: Blackberry. HEX triplet: 48, 04 and 3D. RGB value is (72,4,61). Sum of RGB (Red+Green+Blue) = 72+4+61=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48043D is #B7FBC2. Grayscale: #1E1E1E. Windows color (decimal): -12057539 or 3998792. OLE color: 3998792.

HSL color Cylindrical-coordinate representation of color #48043D: hue angle of 309.71º 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 #48043D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 4 61 -
CMYK 0 0.94 0.15 0.72
HSL 309.71º 0.89% 0.15% -
HSV(B) 309.71º 0.94% 0.28% -
XYZ 3.56 1.8 4.58 -
YUV 30.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 72 4 61 0 0.94 0.15 0.72 309.71 0.89 0.15
Hex 48 4 3D 0 5E F 48 136 59 F
Octal 110 4 75 0 136 17 110 466 131 17
Binary 1001000 100 111101 0 1011110 1111 1001000 100110110 1011001 1111

Color Harmonies of #48043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48043D

Black with #48043D

Text Example


Text Example

White with #48043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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