Html Css Color HEX #400129 Blackberry

📋 copy color: '#400129'

red 64 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #400129

Tints of Blackberry #400129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

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

R = 60.38%
G = 0.94%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#400129 (or 0x400129) is known color: Blackberry. HEX triplet: 40, 01 and 29. RGB value is (64,1,41). Sum of RGB (Red+Green+Blue) = 64+1+41=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400129 is #BFFED6. Grayscale: #181818. Windows color (decimal): -12582615 or 2687296. OLE color: 2687296.

HSL color Cylindrical-coordinate representation of color #400129: hue angle of 321.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400129 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 1 41 -
CMYK 0 0.98 0.36 0.75
HSL 321.9º 0.97% 0.13% -
HSV(B) 321.9º 0.98% 0.25% -
XYZ 2.53 1.27 2.21 -
YUV 24.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 64 1 41 0 0.98 0.36 0.75 321.9 0.97 0.13
Hex 40 1 29 0 62 24 4B 142 61 D
Octal 100 1 51 0 142 44 113 502 141 15
Binary 1000000 1 101001 0 1100010 100100 1001011 101000010 1100001 1101

Color Harmonies of #400129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400129

Black with #400129

Text Example


Text Example

White with #400129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400129; }

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

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

background-color css

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

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

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

border-color css

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

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

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