Html Css Color HEX #400328 Blackberry

📋 copy color: '#400328'

red 64 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #400328

Tints of Blackberry #400328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 59.81%
G = 2.8%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400328 (or 0x400328) is known color: Blackberry. HEX triplet: 40, 03 and 28. RGB value is (64,3,40). Sum of RGB (Red+Green+Blue) = 64+3+40=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400328 is #BFFCD7. Grayscale: #191919. Windows color (decimal): -12582104 or 2622272. OLE color: 2622272.

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

Color convert

RGB 64 3 40 -
CMYK 0 0.95 0.38 0.75
HSL 323.61º 0.91% 0.13% -
HSV(B) 323.61º 0.95% 0.25% -
XYZ 2.53 1.31 2.13 -
YUV 25.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 64 3 40 0 0.95 0.38 0.75 323.61 0.91 0.13
Hex 40 3 28 0 5F 26 4B 144 5B D
Octal 100 3 50 0 137 46 113 504 133 15
Binary 1000000 11 101000 0 1011111 100110 1001011 101000100 1011011 1101

Color Harmonies of #400328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400328

Black with #400328

Text Example


Text Example

White with #400328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400328; }

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

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

background-color css

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

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

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

border-color css

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

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

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