Html Css Color HEX #481B3A Blackberry

📋 copy color: '#481B3A'

red 72 ◦ green 27 ◦ blue 58

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

Shades of Blackberry #481B3A

Tints of Blackberry #481B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 45.86%
G = 17.2%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#481B3A (or 0x481B3A) is known color: Blackberry. HEX triplet: 48, 1B and 3A. RGB value is (72,27,58). Sum of RGB (Red+Green+Blue) = 72+27+58=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B3A is #B7E4C5. Grayscale: #2B2B2B. Windows color (decimal): -12051654 or 3808072. OLE color: 3808072.

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

Color convert

RGB 72 27 58 -
CMYK 0 0.62 0.19 0.72
HSL 318.67º 0.45% 0.19% -
HSV(B) 318.67º 0.63% 0.28% -
XYZ 3.83 2.47 4.28 -
YUV 43.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 72 27 58 0 0.62 0.19 0.72 318.67 0.45 0.19
Hex 48 1B 3A 0 3E 13 48 13F 2D 13
Octal 110 33 72 0 76 23 110 477 55 23
Binary 1001000 11011 111010 0 111110 10011 1001000 100111111 101101 10011

Color Harmonies of #481B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B3A

Black with #481B3A

Text Example


Text Example

White with #481B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,58); }

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

background-color css

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

 a { background-color: rgb(72,27,58); }

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

border-color css

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

 span { border-color: rgb(72,27,58); }

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