Html Css Color HEX #400128 Blackberry

📋 copy color: '#400128'

red 64 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #400128

Tints of Blackberry #400128

RGB

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

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

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

R = 60.95%
G = 0.95%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400128 (or 0x400128) is known color: Blackberry. HEX triplet: 40, 01 and 28. RGB value is (64,1,40). Sum of RGB (Red+Green+Blue) = 64+1+40=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400128 is #BFFED7. Grayscale: #181818. Windows color (decimal): -12582616 or 2621760. OLE color: 2621760.

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

Color convert

RGB 64 1 40 -
CMYK 0 0.98 0.38 0.75
HSL 322.86º 0.97% 0.13% -
HSV(B) 322.86º 0.98% 0.25% -
XYZ 2.51 1.26 2.12 -
YUV 24.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 64 1 40 0 0.98 0.38 0.75 322.86 0.97 0.13
Hex 40 1 28 0 62 26 4B 143 61 D
Octal 100 1 50 0 142 46 113 503 141 15
Binary 1000000 1 101000 0 1100010 100110 1001011 101000011 1100001 1101

Color Harmonies of #400128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400128

Black with #400128

Text Example


Text Example

White with #400128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400128; }

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

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

background-color css

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

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

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

border-color css

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

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

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