Html Css Color HEX #481D3C Blackberry

📋 copy color: '#481D3C'

red 72 ◦ green 29 ◦ blue 60

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

Shades of Blackberry #481D3C

Tints of Blackberry #481D3C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.01%

 BLUE value IS 60 (23.83% from 255) = 37.27%

R = 44.72%
G = 18.01%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#481D3C (or 0x481D3C) is known color: Blackberry. HEX triplet: 48, 1D and 3C. RGB value is (72,29,60). Sum of RGB (Red+Green+Blue) = 72+29+60=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D3C is #B7E2C3. Grayscale: #2D2D2D. Windows color (decimal): -12051140 or 3939656. OLE color: 3939656.

HSL color Cylindrical-coordinate representation of color #481D3C: hue angle of 316.74º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D3C is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 29 60 -
CMYK 0 0.60 0.17 0.72
HSL 316.74º 0.43% 0.2% -
HSV(B) 316.74º 0.6% 0.28% -
XYZ 3.93 2.58 4.57 -
YUV 45.39 136.25 146.98 -
System Red Green Blue C M Y K H S L
Decimal 72 29 60 0 0.60 0.17 0.72 316.74 0.43 0.2
Hex 48 1D 3C 0 3C 11 48 13D 2B 14
Octal 110 35 74 0 74 21 110 475 53 24
Binary 1001000 11101 111100 0 111100 10001 1001000 100111101 101011 10100

Color Harmonies of #481D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D3C

Black with #481D3C

Text Example


Text Example

White with #481D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,60); }

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

background-color css

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

 a { background-color: rgb(72,29,60); }

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

border-color css

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

 span { border-color: rgb(72,29,60); }

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