Html Css Color HEX #400628 Blackberry

📋 copy color: '#400628'

red 64 ◦ green 6 ◦ blue 40

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

Shades of Blackberry #400628

Tints of Blackberry #400628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.45%

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

R = 58.18%
G = 5.45%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400628 (or 0x400628) is known color: Blackberry. HEX triplet: 40, 06 and 28. RGB value is (64,6,40). Sum of RGB (Red+Green+Blue) = 64+6+40=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400628 is #BFF9D7. Grayscale: #1B1B1B. Windows color (decimal): -12581336 or 2623040. OLE color: 2623040.

HSL color Cylindrical-coordinate representation of color #400628: hue angle of 324.83º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400628 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 6 40 -
CMYK 0 0.91 0.38 0.75
HSL 324.83º 0.83% 0.14% -
HSV(B) 324.83º 0.91% 0.25% -
XYZ 2.56 1.37 2.14 -
YUV 27.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 64 6 40 0 0.91 0.38 0.75 324.83 0.83 0.14
Hex 40 6 28 0 5B 26 4B 145 53 E
Octal 100 6 50 0 133 46 113 505 123 16
Binary 1000000 110 101000 0 1011011 100110 1001011 101000101 1010011 1110

Color Harmonies of #400628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400628

Black with #400628

Text Example


Text Example

White with #400628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400628; }

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

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

background-color css

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

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

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

border-color css

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

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

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