Html Css Color HEX #481E3A Blackberry

📋 copy color: '#481E3A'

red 72 ◦ green 30 ◦ blue 58

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

Shades of Blackberry #481E3A

Tints of Blackberry #481E3A

RGB

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

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

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

R = 45%
G = 18.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.72

RGB Variations

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

Color information

#481E3A (or 0x481E3A) is known color: Blackberry. HEX triplet: 48, 1E and 3A. RGB value is (72,30,58). Sum of RGB (Red+Green+Blue) = 72+30+58=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E3A is #B7E1C5. Grayscale: #2D2D2D. Windows color (decimal): -12050886 or 3808840. OLE color: 3808840.

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

Color convert

RGB 72 30 58 -
CMYK 0 0.58 0.19 0.72
HSL 320º 0.41% 0.2% -
HSV(B) 320º 0.58% 0.28% -
XYZ 3.9 2.61 4.3 -
YUV 45.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 72 30 58 0 0.58 0.19 0.72 320 0.41 0.2
Hex 48 1E 3A 0 3A 13 48 140 29 14
Octal 110 36 72 0 72 23 110 500 51 24
Binary 1001000 11110 111010 0 111010 10011 1001000 101000000 101001 10100

Color Harmonies of #481E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E3A

Black with #481E3A

Text Example


Text Example

White with #481E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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