Html Css Color HEX #481D38 Blackberry

📋 copy color: '#481D38'

red 72 ◦ green 29 ◦ blue 56

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

Shades of Blackberry #481D38

Tints of Blackberry #481D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 45.86%
G = 18.47%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481D38 (or 0x481D38) is known color: Blackberry. HEX triplet: 48, 1D and 38. RGB value is (72,29,56). Sum of RGB (Red+Green+Blue) = 72+29+56=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #481D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D38 is #B7E2C7. Grayscale: #2C2C2C. Windows color (decimal): -12051144 or 3677512. OLE color: 3677512.

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

Color convert

RGB 72 29 56 -
CMYK 0 0.60 0.22 0.72
HSL 322.33º 0.43% 0.2% -
HSV(B) 322.33º 0.6% 0.28% -
XYZ 3.83 2.54 4.03 -
YUV 44.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 72 29 56 0 0.60 0.22 0.72 322.33 0.43 0.2
Hex 48 1D 38 0 3C 16 48 142 2B 14
Octal 110 35 70 0 74 26 110 502 53 24
Binary 1001000 11101 111000 0 111100 10110 1001000 101000010 101011 10100

Color Harmonies of #481D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D38

Black with #481D38

Text Example


Text Example

White with #481D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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