Html Css Color HEX #48031F Blackberry

📋 copy color: '#48031F'

red 72 ◦ green 3 ◦ blue 31

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

Shades of Blackberry #48031F

Tints of Blackberry #48031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 29.25%

R = 67.92%
G = 2.83%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#48031F (or 0x48031F) is known color: Blackberry. HEX triplet: 48, 03 and 1F. RGB value is (72,3,31). Sum of RGB (Red+Green+Blue) = 72+3+31=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #48031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031F is #B7FCE0. Grayscale: #1A1A1A. Windows color (decimal): -12057825 or 2032456. OLE color: 2032456.

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

Color convert

RGB 72 3 31 -
CMYK 0 0.96 0.57 0.72
HSL 335.65º 0.92% 0.15% -
HSV(B) 335.65º 0.96% 0.28% -
XYZ 2.95 1.54 1.44 -
YUV 26.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 72 3 31 0 0.96 0.57 0.72 335.65 0.92 0.15
Hex 48 3 1F 0 60 39 48 150 5C F
Octal 110 3 37 0 140 71 110 520 134 17
Binary 1001000 11 11111 0 1100000 111001 1001000 101010000 1011100 1111

Color Harmonies of #48031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48031F

Black with #48031F

Text Example


Text Example

White with #48031F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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