Html Css Color HEX #48062E Blackberry

📋 copy color: '#48062E'

red 72 ◦ green 6 ◦ blue 46

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

Shades of Blackberry #48062E

Tints of Blackberry #48062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

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

R = 58.06%
G = 4.84%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.72

RGB Variations

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

Color information

#48062E (or 0x48062E) is known color: Blackberry. HEX triplet: 48, 06 and 2E. RGB value is (72,6,46). Sum of RGB (Red+Green+Blue) = 72+6+46=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062E is #B7F9D1. Grayscale: #1E1E1E. Windows color (decimal): -12057042 or 3016264. OLE color: 3016264.

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

Color convert

RGB 72 6 46 -
CMYK 0 0.92 0.36 0.72
HSL 323.64º 0.85% 0.15% -
HSV(B) 323.64º 0.92% 0.28% -
XYZ 3.23 1.71 2.74 -
YUV 30.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 72 6 46 0 0.92 0.36 0.72 323.64 0.85 0.15
Hex 48 6 2E 0 5C 24 48 144 55 F
Octal 110 6 56 0 134 44 110 504 125 17
Binary 1001000 110 101110 0 1011100 100100 1001000 101000100 1010101 1111

Color Harmonies of #48062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48062E

Black with #48062E

Text Example


Text Example

White with #48062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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