Html Css Color HEX #481C3A Blackberry

📋 copy color: '#481C3A'

red 72 ◦ green 28 ◦ blue 58

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

Shades of Blackberry #481C3A

Tints of Blackberry #481C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

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

R = 45.57%
G = 17.72%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#481C3A (or 0x481C3A) is known color: Blackberry. HEX triplet: 48, 1C and 3A. RGB value is (72,28,58). Sum of RGB (Red+Green+Blue) = 72+28+58=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3A is #B7E3C5. Grayscale: #2C2C2C. Windows color (decimal): -12051398 or 3808328. OLE color: 3808328.

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

Color convert

RGB 72 28 58 -
CMYK 0 0.61 0.19 0.72
HSL 319.09º 0.44% 0.2% -
HSV(B) 319.09º 0.61% 0.28% -
XYZ 3.85 2.51 4.29 -
YUV 44.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 72 28 58 0 0.61 0.19 0.72 319.09 0.44 0.2
Hex 48 1C 3A 0 3D 13 48 13F 2C 14
Octal 110 34 72 0 75 23 110 477 54 24
Binary 1001000 11100 111010 0 111101 10011 1001000 100111111 101100 10100

Color Harmonies of #481C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C3A

Black with #481C3A

Text Example


Text Example

White with #481C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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