Html Css Color HEX #481138 Blackberry

📋 copy color: '#481138'

red 72 ◦ green 17 ◦ blue 56

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

Shades of Blackberry #481138

Tints of Blackberry #481138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

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

R = 49.66%
G = 11.72%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481138 (or 0x481138) is known color: Blackberry. HEX triplet: 48, 11 and 38. RGB value is (72,17,56). Sum of RGB (Red+Green+Blue) = 72+17+56=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481138 is #B7EEC7. Grayscale: #252525. Windows color (decimal): -12054216 or 3674440. OLE color: 3674440.

HSL color Cylindrical-coordinate representation of color #481138: hue angle of 317.45º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481138 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 56 -
CMYK 0 0.76 0.22 0.72
HSL 317.45º 0.62% 0.17% -
HSV(B) 317.45º 0.76% 0.28% -
XYZ 3.59 2.06 3.95 -
YUV 37.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 72 17 56 0 0.76 0.22 0.72 317.45 0.62 0.17
Hex 48 11 38 0 4C 16 48 13D 3E 11
Octal 110 21 70 0 114 26 110 475 76 21
Binary 1001000 10001 111000 0 1001100 10110 1001000 100111101 111110 10001

Color Harmonies of #481138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481138

Black with #481138

Text Example


Text Example

White with #481138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481138; }

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

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

background-color css

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

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

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

border-color css

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

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

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