Html Css Color HEX #401024 Blackberry

📋 copy color: '#401024'

red 64 ◦ green 16 ◦ blue 36

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

Shades of Blackberry #401024

Tints of Blackberry #401024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 55.17%
G = 13.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#401024 (or 0x401024) is known color: Blackberry. HEX triplet: 40, 10 and 24. RGB value is (64,16,36). Sum of RGB (Red+Green+Blue) = 64+16+36=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401024 is #BFEFDB. Grayscale: #202020. Windows color (decimal): -12578780 or 2363456. OLE color: 2363456.

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

Color convert

RGB 64 16 36 -
CMYK 0 0.75 0.44 0.75
HSL 335º 0.6% 0.16% -
HSV(B) 335º 0.75% 0.25% -
XYZ 2.62 1.59 1.84 -
YUV 32.63 129.9 150.37 -
System Red Green Blue C M Y K H S L
Decimal 64 16 36 0 0.75 0.44 0.75 335 0.6 0.16
Hex 40 10 24 0 4B 2C 4B 14F 3C 10
Octal 100 20 44 0 113 54 113 517 74 20
Binary 1000000 10000 100100 0 1001011 101100 1001011 101001111 111100 10000

Color Harmonies of #401024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401024

Black with #401024

Text Example


Text Example

White with #401024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401024; }

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

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

background-color css

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

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

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

border-color css

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

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

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