Html Css Color HEX #481226 Blackberry

📋 copy color: '#481226'

red 72 ◦ green 18 ◦ blue 38

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

Shades of Blackberry #481226

Tints of Blackberry #481226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.06%

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

R = 56.25%
G = 14.06%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#481226 (or 0x481226) is known color: Blackberry. HEX triplet: 48, 12 and 26. RGB value is (72,18,38). Sum of RGB (Red+Green+Blue) = 72+18+38=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481226 is #B7EDD9. Grayscale: #242424. Windows color (decimal): -12053978 or 2495048. OLE color: 2495048.

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

Color convert

RGB 72 18 38 -
CMYK 0 0.75 0.47 0.72
HSL 337.78º 0.6% 0.18% -
HSV(B) 337.78º 0.75% 0.28% -
XYZ 3.24 1.95 2.04 -
YUV 36.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 72 18 38 0 0.75 0.47 0.72 337.78 0.6 0.18
Hex 48 12 26 0 4B 2F 48 152 3C 12
Octal 110 22 46 0 113 57 110 522 74 22
Binary 1001000 10010 100110 0 1001011 101111 1001000 101010010 111100 10010

Color Harmonies of #481226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481226

Black with #481226

Text Example


Text Example

White with #481226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481226; }

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

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

background-color css

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

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

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

border-color css

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

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

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