Html Css Color HEX #400133 Blackberry

📋 copy color: '#400133'

red 64 ◦ green 1 ◦ blue 51

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

Shades of Blackberry #400133

Tints of Blackberry #400133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 43.97%

R = 55.17%
G = 0.86%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#400133 (or 0x400133) is known color: Blackberry. HEX triplet: 40, 01 and 33. RGB value is (64,1,51). Sum of RGB (Red+Green+Blue) = 64+1+51=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400133 is #BFFECC. Grayscale: #191919. Windows color (decimal): -12582605 or 3342656. OLE color: 3342656.

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

Color convert

RGB 64 1 51 -
CMYK 0 0.98 0.20 0.75
HSL 312.38º 0.97% 0.13% -
HSV(B) 312.38º 0.98% 0.25% -
XYZ 2.72 1.35 3.25 -
YUV 25.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 64 1 51 0 0.98 0.20 0.75 312.38 0.97 0.13
Hex 40 1 33 0 62 14 4B 138 61 D
Octal 100 1 63 0 142 24 113 470 141 15
Binary 1000000 1 110011 0 1100010 10100 1001011 100111000 1100001 1101

Color Harmonies of #400133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400133

Black with #400133

Text Example


Text Example

White with #400133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400133; }

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

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

background-color css

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

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

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

border-color css

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

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

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