Html Css Color HEX #400127 Blackberry

📋 copy color: '#400127'

red 64 ◦ green 1 ◦ blue 39

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

Shades of Blackberry #400127

Tints of Blackberry #400127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 37.5%

R = 61.54%
G = 0.96%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#400127 (or 0x400127) is known color: Blackberry. HEX triplet: 40, 01 and 27. RGB value is (64,1,39). Sum of RGB (Red+Green+Blue) = 64+1+39=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400127 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400127 is #BFFED8. Grayscale: #181818. Windows color (decimal): -12582617 or 2556224. OLE color: 2556224.

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

Color convert

RGB 64 1 39 -
CMYK 0 0.98 0.39 0.75
HSL 323.81º 0.97% 0.13% -
HSV(B) 323.81º 0.98% 0.25% -
XYZ 2.49 1.26 2.03 -
YUV 24.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 64 1 39 0 0.98 0.39 0.75 323.81 0.97 0.13
Hex 40 1 27 0 62 27 4B 144 61 D
Octal 100 1 47 0 142 47 113 504 141 15
Binary 1000000 1 100111 0 1100010 100111 1001011 101000100 1100001 1101

Color Harmonies of #400127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400127

Black with #400127

Text Example


Text Example

White with #400127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400127; }

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

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

background-color css

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

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

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

border-color css

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

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

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