Html Css Color HEX #48031D Blackberry

📋 copy color: '#48031D'

red 72 ◦ green 3 ◦ blue 29

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

Shades of Blackberry #48031D

Tints of Blackberry #48031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 69.23%
G = 2.88%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#48031D (or 0x48031D) is known color: Blackberry. HEX triplet: 48, 03 and 1D. RGB value is (72,3,29). Sum of RGB (Red+Green+Blue) = 72+3+29=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031D is #B7FCE2. Grayscale: #1A1A1A. Windows color (decimal): -12057827 or 1901384. OLE color: 1901384.

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

Color convert

RGB 72 3 29 -
CMYK 0 0.96 0.60 0.72
HSL 337.39º 0.92% 0.15% -
HSV(B) 337.39º 0.96% 0.28% -
XYZ 2.93 1.53 1.3 -
YUV 26.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 72 3 29 0 0.96 0.60 0.72 337.39 0.92 0.15
Hex 48 3 1D 0 60 3C 48 151 5C F
Octal 110 3 35 0 140 74 110 521 134 17
Binary 1001000 11 11101 0 1100000 111100 1001000 101010001 1011100 1111

Color Harmonies of #48031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48031D

Black with #48031D

Text Example


Text Example

White with #48031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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