Html Css Color HEX #400327 Blackberry

📋 copy color: '#400327'

red 64 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #400327

Tints of Blackberry #400327

RGB

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

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

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

R = 60.38%
G = 2.83%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#400327 (or 0x400327) is known color: Blackberry. HEX triplet: 40, 03 and 27. RGB value is (64,3,39). Sum of RGB (Red+Green+Blue) = 64+3+39=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400327 is #BFFCD8. Grayscale: #191919. Windows color (decimal): -12582105 or 2556736. OLE color: 2556736.

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

Color convert

RGB 64 3 39 -
CMYK 0 0.95 0.39 0.75
HSL 324.59º 0.91% 0.13% -
HSV(B) 324.59º 0.95% 0.25% -
XYZ 2.51 1.3 2.04 -
YUV 25.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 64 3 39 0 0.95 0.39 0.75 324.59 0.91 0.13
Hex 40 3 27 0 5F 27 4B 145 5B D
Octal 100 3 47 0 137 47 113 505 133 15
Binary 1000000 11 100111 0 1011111 100111 1001011 101000101 1011011 1101

Color Harmonies of #400327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400327

Black with #400327

Text Example


Text Example

White with #400327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400327; }

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

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

background-color css

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

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

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

border-color css

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

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

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