Html Css Color HEX #481B38 Blackberry

📋 copy color: '#481B38'

red 72 ◦ green 27 ◦ blue 56

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

Shades of Blackberry #481B38

Tints of Blackberry #481B38

RGB

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

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

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

R = 46.45%
G = 17.42%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481B38 (or 0x481B38) is known color: Blackberry. HEX triplet: 48, 1B and 38. RGB value is (72,27,56). Sum of RGB (Red+Green+Blue) = 72+27+56=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B38 is #B7E4C7. Grayscale: #2B2B2B. Windows color (decimal): -12051656 or 3677000. OLE color: 3677000.

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

Color convert

RGB 72 27 56 -
CMYK 0 0.62 0.22 0.72
HSL 321.33º 0.45% 0.19% -
HSV(B) 321.33º 0.63% 0.28% -
XYZ 3.78 2.45 4.01 -
YUV 43.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 72 27 56 0 0.62 0.22 0.72 321.33 0.45 0.19
Hex 48 1B 38 0 3E 16 48 141 2D 13
Octal 110 33 70 0 76 26 110 501 55 23
Binary 1001000 11011 111000 0 111110 10110 1001000 101000001 101101 10011

Color Harmonies of #481B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B38

Black with #481B38

Text Example


Text Example

White with #481B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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