Html Css Color HEX #481128 Blackberry

📋 copy color: '#481128'

red 72 ◦ green 17 ◦ blue 40

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

Shades of Blackberry #481128

Tints of Blackberry #481128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.01%

R = 55.81%
G = 13.18%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#481128 (or 0x481128) is known color: Blackberry. HEX triplet: 48, 11 and 28. RGB value is (72,17,40). Sum of RGB (Red+Green+Blue) = 72+17+40=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481128 is #B7EED7. Grayscale: #242424. Windows color (decimal): -12054232 or 2625864. OLE color: 2625864.

HSL color Cylindrical-coordinate representation of color #481128: hue angle of 334.91º 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 #481128 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 40 -
CMYK 0 0.76 0.44 0.72
HSL 334.91º 0.62% 0.17% -
HSV(B) 334.91º 0.76% 0.28% -
XYZ 3.26 1.93 2.21 -
YUV 36.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 72 17 40 0 0.76 0.44 0.72 334.91 0.62 0.17
Hex 48 11 28 0 4C 2C 48 14F 3E 11
Octal 110 21 50 0 114 54 110 517 76 21
Binary 1001000 10001 101000 0 1001100 101100 1001000 101001111 111110 10001

Color Harmonies of #481128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481128

Black with #481128

Text Example


Text Example

White with #481128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481128; }

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

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

background-color css

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

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

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

border-color css

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

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

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