Html Css Color HEX #481026 Blackberry

📋 copy color: '#481026'

red 72 ◦ green 16 ◦ blue 38

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

Shades of Blackberry #481026

Tints of Blackberry #481026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 57.14%
G = 12.7%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481026 (or 0x481026) is known color: Blackberry. HEX triplet: 48, 10 and 26. RGB value is (72,16,38). Sum of RGB (Red+Green+Blue) = 72+16+38=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481026 is #B7EFD9. Grayscale: #232323. Windows color (decimal): -12054490 or 2494536. OLE color: 2494536.

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

Color convert

RGB 72 16 38 -
CMYK 0 0.78 0.47 0.72
HSL 336.43º 0.64% 0.17% -
HSV(B) 336.43º 0.78% 0.28% -
XYZ 3.21 1.89 2.03 -
YUV 35.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 72 16 38 0 0.78 0.47 0.72 336.43 0.64 0.17
Hex 48 10 26 0 4E 2F 48 150 40 11
Octal 110 20 46 0 116 57 110 520 100 21
Binary 1001000 10000 100110 0 1001110 101111 1001000 101010000 1000000 10001

Color Harmonies of #481026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481026

Black with #481026

Text Example


Text Example

White with #481026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481026; }

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

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

background-color css

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

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

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

border-color css

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

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

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