Html Css Color HEX #401029 Blackberry

📋 copy color: '#401029'

red 64 ◦ green 16 ◦ blue 41

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

Shades of Blackberry #401029

Tints of Blackberry #401029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 33.88%

R = 52.89%
G = 13.22%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#401029 (or 0x401029) is known color: Blackberry. HEX triplet: 40, 10 and 29. RGB value is (64,16,41). Sum of RGB (Red+Green+Blue) = 64+16+41=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401029 is #BFEFD6. Grayscale: #212121. Windows color (decimal): -12578775 or 2691136. OLE color: 2691136.

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

Color convert

RGB 64 16 41 -
CMYK 0 0.75 0.36 0.75
HSL 328.75º 0.6% 0.16% -
HSV(B) 328.75º 0.75% 0.25% -
XYZ 2.7 1.62 2.27 -
YUV 33.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 64 16 41 0 0.75 0.36 0.75 328.75 0.6 0.16
Hex 40 10 29 0 4B 24 4B 149 3C 10
Octal 100 20 51 0 113 44 113 511 74 20
Binary 1000000 10000 101001 0 1001011 100100 1001011 101001001 111100 10000

Color Harmonies of #401029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401029

Black with #401029

Text Example


Text Example

White with #401029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401029; }

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

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

background-color css

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

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

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

border-color css

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

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

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