Html Css Color HEX #48032E Blackberry

📋 copy color: '#48032E'

red 72 ◦ green 3 ◦ blue 46

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

Shades of Blackberry #48032E

Tints of Blackberry #48032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

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

R = 59.5%
G = 2.48%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48032E (or 0x48032E) is known color: Blackberry. HEX triplet: 48, 03 and 2E. RGB value is (72,3,46). Sum of RGB (Red+Green+Blue) = 72+3+46=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48032E is #B7FCD1. Grayscale: #1C1C1C. Windows color (decimal): -12057810 or 3015496. OLE color: 3015496.

HSL color Cylindrical-coordinate representation of color #48032E: hue angle of 322.61º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48032E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 46 -
CMYK 0 0.96 0.36 0.72
HSL 322.61º 0.92% 0.15% -
HSV(B) 322.61º 0.96% 0.28% -
XYZ 3.2 1.64 2.73 -
YUV 28.53 137.86 159 -
System Red Green Blue C M Y K H S L
Decimal 72 3 46 0 0.96 0.36 0.72 322.61 0.92 0.15
Hex 48 3 2E 0 60 24 48 143 5C F
Octal 110 3 56 0 140 44 110 503 134 17
Binary 1001000 11 101110 0 1100000 100100 1001000 101000011 1011100 1111

Color Harmonies of #48032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48032E

Black with #48032E

Text Example


Text Example

White with #48032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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