Html Css Color HEX #481E3B Blackberry

📋 copy color: '#481E3B'

red 72 ◦ green 30 ◦ blue 59

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

Shades of Blackberry #481E3B

Tints of Blackberry #481E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

 BLUE value IS 59 (23.44% from 255) = 36.65%

R = 44.72%
G = 18.63%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#481E3B (or 0x481E3B) is known color: Blackberry. HEX triplet: 48, 1E and 3B. RGB value is (72,30,59). Sum of RGB (Red+Green+Blue) = 72+30+59=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E3B is #B7E1C4. Grayscale: #2D2D2D. Windows color (decimal): -12050885 or 3874376. OLE color: 3874376.

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

Color convert

RGB 72 30 59 -
CMYK 0 0.58 0.18 0.72
HSL 318.57º 0.41% 0.2% -
HSV(B) 318.57º 0.58% 0.28% -
XYZ 3.93 2.62 4.44 -
YUV 45.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 72 30 59 0 0.58 0.18 0.72 318.57 0.41 0.2
Hex 48 1E 3B 0 3A 12 48 13F 29 14
Octal 110 36 73 0 72 22 110 477 51 24
Binary 1001000 11110 111011 0 111010 10010 1001000 100111111 101001 10100

Color Harmonies of #481E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E3B

Black with #481E3B

Text Example


Text Example

White with #481E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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