Html Css Color HEX #401033 Blackberry

📋 copy color: '#401033'

red 64 ◦ green 16 ◦ blue 51

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

Shades of Blackberry #401033

Tints of Blackberry #401033

RGB

 RED value IS 64 (25.39% from 255) = 48.85%

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

 BLUE value IS 51 (20.31% from 255) = 38.93%

R = 48.85%
G = 12.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#401033 (or 0x401033) is known color: Blackberry. HEX triplet: 40, 10 and 33. RGB value is (64,16,51). Sum of RGB (Red+Green+Blue) = 64+16+51=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #401033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401033 is #BFEFCC. Grayscale: #222222. Windows color (decimal): -12578765 or 3346496. OLE color: 3346496.

HSL color Cylindrical-coordinate representation of color #401033: hue angle of 316.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401033 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 16 51 -
CMYK 0 0.75 0.20 0.75
HSL 316.25º 0.6% 0.16% -
HSV(B) 316.25º 0.75% 0.25% -
XYZ 2.9 1.7 3.31 -
YUV 34.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 64 16 51 0 0.75 0.20 0.75 316.25 0.6 0.16
Hex 40 10 33 0 4B 14 4B 13C 3C 10
Octal 100 20 63 0 113 24 113 474 74 20
Binary 1000000 10000 110011 0 1001011 10100 1001011 100111100 111100 10000

Color Harmonies of #401033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401033

Black with #401033

Text Example


Text Example

White with #401033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401033; }

 p { color: rgb(64,16,51); }

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

background-color css

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

 a { background-color: rgb(64,16,51); }

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

border-color css

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

 span { border-color: rgb(64,16,51); }

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