Html Css Color HEX #401028 Blackberry

📋 copy color: '#401028'

red 64 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #401028

Tints of Blackberry #401028

RGB

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

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

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

R = 53.33%
G = 13.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#401028 (or 0x401028) is known color: Blackberry. HEX triplet: 40, 10 and 28. RGB value is (64,16,40). Sum of RGB (Red+Green+Blue) = 64+16+40=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401028 is #BFEFD7. Grayscale: #212121. Windows color (decimal): -12578776 or 2625600. OLE color: 2625600.

HSL color Cylindrical-coordinate representation of color #401028: hue angle of 330º 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 #401028 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 16 40 -
CMYK 0 0.75 0.38 0.75
HSL 330º 0.6% 0.16% -
HSV(B) 330º 0.75% 0.25% -
XYZ 2.68 1.61 2.18 -
YUV 33.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 64 16 40 0 0.75 0.38 0.75 330 0.6 0.16
Hex 40 10 28 0 4B 26 4B 14A 3C 10
Octal 100 20 50 0 113 46 113 512 74 20
Binary 1000000 10000 101000 0 1001011 100110 1001011 101001010 111100 10000

Color Harmonies of #401028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401028

Black with #401028

Text Example


Text Example

White with #401028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401028; }

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

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

background-color css

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

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

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

border-color css

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

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

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