Html Css Color HEX #481038 Blackberry

📋 copy color: '#481038'

red 72 ◦ green 16 ◦ blue 56

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

Shades of Blackberry #481038

Tints of Blackberry #481038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

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

R = 50%
G = 11.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#481038 (or 0x481038) is known color: Blackberry. HEX triplet: 48, 10 and 38. RGB value is (72,16,56). Sum of RGB (Red+Green+Blue) = 72+16+56=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481038 is #B7EFC7. Grayscale: #252525. Windows color (decimal): -12054472 or 3674184. OLE color: 3674184.

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

Color convert

RGB 72 16 56 -
CMYK 0 0.78 0.22 0.72
HSL 317.14º 0.64% 0.17% -
HSV(B) 317.14º 0.78% 0.28% -
XYZ 3.57 2.03 3.95 -
YUV 37.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 72 16 56 0 0.78 0.22 0.72 317.14 0.64 0.17
Hex 48 10 38 0 4E 16 48 13D 40 11
Octal 110 20 70 0 116 26 110 475 100 21
Binary 1001000 10000 111000 0 1001110 10110 1001000 100111101 1000000 10001

Color Harmonies of #481038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481038

Black with #481038

Text Example


Text Example

White with #481038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481038; }

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

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

background-color css

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

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

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

border-color css

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

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

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