Html Css Color HEX #481F38 Blackberry

📋 copy color: '#481F38'

red 72 ◦ green 31 ◦ blue 56

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

Shades of Blackberry #481F38

Tints of Blackberry #481F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.5%

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 45.28%
G = 19.5%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481F38 (or 0x481F38) is known color: Blackberry. HEX triplet: 48, 1F and 38. RGB value is (72,31,56). Sum of RGB (Red+Green+Blue) = 72+31+56=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 31 (12.5% from 255 or 19.50% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F38 is #B7E0C7. Grayscale: #2E2E2E. Windows color (decimal): -12050632 or 3678024. OLE color: 3678024.

HSL color Cylindrical-coordinate representation of color #481F38: hue angle of 323.41º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F38 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 56 -
CMYK 0 0.57 0.22 0.72
HSL 323.41º 0.4% 0.2% -
HSV(B) 323.41º 0.57% 0.28% -
XYZ 3.88 2.64 4.05 -
YUV 46.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 72 31 56 0 0.57 0.22 0.72 323.41 0.4 0.2
Hex 48 1F 38 0 39 16 48 143 28 14
Octal 110 37 70 0 71 26 110 503 50 24
Binary 1001000 11111 111000 0 111001 10110 1001000 101000011 101000 10100

Color Harmonies of #481F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F38

Black with #481F38

Text Example


Text Example

White with #481F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F38; }

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

 H1.HeaderClassName
 {
   color: #481F38;
 }
 .AnyTagClassName
 {
   color: #481F38;
 }
</style>

background-color css

<style>
 a { background-color: #481F38; }

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

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

border-color css

<style>
 span { border-color: #481F38; }

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

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