Html Css Color HEX #480426 Blackberry

📋 copy color: '#480426'

red 72 ◦ green 4 ◦ blue 38

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

Shades of Blackberry #480426

Tints of Blackberry #480426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 63.16%
G = 3.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#480426 (or 0x480426) is known color: Blackberry. HEX triplet: 48, 04 and 26. RGB value is (72,4,38). Sum of RGB (Red+Green+Blue) = 72+4+38=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480426 is #B7FBD9. Grayscale: #1C1C1C. Windows color (decimal): -12057562 or 2491464. OLE color: 2491464.

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

Color convert

RGB 72 4 38 -
CMYK 0 0.94 0.47 0.72
HSL 330º 0.89% 0.15% -
HSV(B) 330º 0.94% 0.28% -
XYZ 3.07 1.6 1.98 -
YUV 28.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 72 4 38 0 0.94 0.47 0.72 330 0.89 0.15
Hex 48 4 26 0 5E 2F 48 14A 59 F
Octal 110 4 46 0 136 57 110 512 131 17
Binary 1001000 100 100110 0 1011110 101111 1001000 101001010 1011001 1111

Color Harmonies of #480426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480426

Black with #480426

Text Example


Text Example

White with #480426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480426; }

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

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

background-color css

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

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

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

border-color css

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

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

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