Html Css Color HEX #481538 Blackberry

📋 copy color: '#481538'

red 72 ◦ green 21 ◦ blue 56

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

Shades of Blackberry #481538

Tints of Blackberry #481538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 48.32%
G = 14.09%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481538 (or 0x481538) is known color: Blackberry. HEX triplet: 48, 15 and 38. RGB value is (72,21,56). Sum of RGB (Red+Green+Blue) = 72+21+56=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481538 is #B7EAC7. Grayscale: #282828. Windows color (decimal): -12053192 or 3675464. OLE color: 3675464.

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

Color convert

RGB 72 21 56 -
CMYK 0 0.71 0.22 0.72
HSL 318.82º 0.55% 0.18% -
HSV(B) 318.82º 0.71% 0.28% -
XYZ 3.65 2.2 3.97 -
YUV 40.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 72 21 56 0 0.71 0.22 0.72 318.82 0.55 0.18
Hex 48 15 38 0 47 16 48 13F 37 12
Octal 110 25 70 0 107 26 110 477 67 22
Binary 1001000 10101 111000 0 1000111 10110 1001000 100111111 110111 10010

Color Harmonies of #481538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481538

Black with #481538

Text Example


Text Example

White with #481538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481538; }

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

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

background-color css

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

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

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

border-color css

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

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

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