Html Css Color HEX #48031E Blackberry

📋 copy color: '#48031E'

red 72 ◦ green 3 ◦ blue 30

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

Shades of Blackberry #48031E

Tints of Blackberry #48031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 68.57%
G = 2.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48031E (or 0x48031E) is known color: Blackberry. HEX triplet: 48, 03 and 1E. RGB value is (72,3,30). Sum of RGB (Red+Green+Blue) = 72+3+30=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031E is #B7FCE1. Grayscale: #1A1A1A. Windows color (decimal): -12057826 or 1966920. OLE color: 1966920.

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

Color convert

RGB 72 3 30 -
CMYK 0 0.96 0.58 0.72
HSL 336.52º 0.92% 0.15% -
HSV(B) 336.52º 0.96% 0.28% -
XYZ 2.94 1.54 1.37 -
YUV 26.71 129.86 160.3 -
System Red Green Blue C M Y K H S L
Decimal 72 3 30 0 0.96 0.58 0.72 336.52 0.92 0.15
Hex 48 3 1E 0 60 3A 48 151 5C F
Octal 110 3 36 0 140 72 110 521 134 17
Binary 1001000 11 11110 0 1100000 111010 1001000 101010001 1011100 1111

Color Harmonies of #48031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48031E

Black with #48031E

Text Example


Text Example

White with #48031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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