Html Css Color HEX #400121 Blackberry

📋 copy color: '#400121'

red 64 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #400121

Tints of Blackberry #400121

RGB

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

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

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

R = 65.31%
G = 1.02%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#400121 (or 0x400121) is known color: Blackberry. HEX triplet: 40, 01 and 21. RGB value is (64,1,33). Sum of RGB (Red+Green+Blue) = 64+1+33=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #400121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400121 is #BFFEDE. Grayscale: #171717. Windows color (decimal): -12582623 or 2163008. OLE color: 2163008.

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

Color convert

RGB 64 1 33 -
CMYK 0 0.98 0.48 0.75
HSL 329.52º 0.97% 0.13% -
HSV(B) 329.52º 0.98% 0.25% -
XYZ 2.4 1.22 1.55 -
YUV 23.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 64 1 33 0 0.98 0.48 0.75 329.52 0.97 0.13
Hex 40 1 21 0 62 30 4B 14A 61 D
Octal 100 1 41 0 142 60 113 512 141 15
Binary 1000000 1 100001 0 1100010 110000 1001011 101001010 1100001 1101

Color Harmonies of #400121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400121

Black with #400121

Text Example


Text Example

White with #400121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400121; }

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

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

background-color css

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

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

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

border-color css

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

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

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