Html Css Color HEX #400321 Blackberry

📋 copy color: '#400321'

red 64 ◦ green 3 ◦ blue 33

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

Shades of Blackberry #400321

Tints of Blackberry #400321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 33%

R = 64%
G = 3%
B = 33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400321 (or 0x400321) is known color: Blackberry. HEX triplet: 40, 03 and 21. RGB value is (64,3,33). Sum of RGB (Red+Green+Blue) = 64+3+33=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #400321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400321 is #BFFCDE. Grayscale: #181818. Windows color (decimal): -12582111 or 2163520. OLE color: 2163520.

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

Color convert

RGB 64 3 33 -
CMYK 0 0.95 0.48 0.75
HSL 330.49º 0.91% 0.13% -
HSV(B) 330.49º 0.95% 0.25% -
XYZ 2.42 1.26 1.56 -
YUV 24.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 64 3 33 0 0.95 0.48 0.75 330.49 0.91 0.13
Hex 40 3 21 0 5F 30 4B 14A 5B D
Octal 100 3 41 0 137 60 113 512 133 15
Binary 1000000 11 100001 0 1011111 110000 1001011 101001010 1011011 1101

Color Harmonies of #400321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400321

Black with #400321

Text Example


Text Example

White with #400321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400321; }

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

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

background-color css

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

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

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

border-color css

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

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

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