Html Css Color HEX #481A3B Blackberry

📋 copy color: '#481A3B'

red 72 ◦ green 26 ◦ blue 59

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

Shades of Blackberry #481A3B

Tints of Blackberry #481A3B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.56%

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

R = 45.86%
G = 16.56%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#481A3B (or 0x481A3B) is known color: Blackberry. HEX triplet: 48, 1A and 3B. RGB value is (72,26,59). Sum of RGB (Red+Green+Blue) = 72+26+59=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A3B is #B7E5C4. Grayscale: #2B2B2B. Windows color (decimal): -12051909 or 3873352. OLE color: 3873352.

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

Color convert

RGB 72 26 59 -
CMYK 0 0.64 0.18 0.72
HSL 316.96º 0.47% 0.19% -
HSV(B) 316.96º 0.64% 0.28% -
XYZ 3.83 2.43 4.41 -
YUV 43.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 72 26 59 0 0.64 0.18 0.72 316.96 0.47 0.19
Hex 48 1A 3B 0 40 12 48 13D 2F 13
Octal 110 32 73 0 100 22 110 475 57 23
Binary 1001000 11010 111011 0 1000000 10010 1001000 100111101 101111 10011

Color Harmonies of #481A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A3B

Black with #481A3B

Text Example


Text Example

White with #481A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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