Html Css Color HEX #481F36 Blackberry

📋 copy color: '#481F36'

red 72 ◦ green 31 ◦ blue 54

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

Shades of Blackberry #481F36

Tints of Blackberry #481F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 45.86%
G = 19.75%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#481F36 (or 0x481F36) is known color: Blackberry. HEX triplet: 48, 1F and 36. RGB value is (72,31,54). Sum of RGB (Red+Green+Blue) = 72+31+54=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F36 is #B7E0C9. Grayscale: #2D2D2D. Windows color (decimal): -12050634 or 3546952. OLE color: 3546952.

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

Color convert

RGB 72 31 54 -
CMYK 0 0.57 0.25 0.72
HSL 326.34º 0.4% 0.2% -
HSV(B) 326.34º 0.57% 0.28% -
XYZ 3.83 2.62 3.79 -
YUV 45.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 72 31 54 0 0.57 0.25 0.72 326.34 0.4 0.2
Hex 48 1F 36 0 39 19 48 146 28 14
Octal 110 37 66 0 71 31 110 506 50 24
Binary 1001000 11111 110110 0 111001 11001 1001000 101000110 101000 10100

Color Harmonies of #481F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F36

Black with #481F36

Text Example


Text Example

White with #481F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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