Html Css Color HEX #400033 Blackberry

📋 copy color: '#400033'

red 64 ◦ green 0 ◦ blue 51

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

Shades of Blackberry #400033

Tints of Blackberry #400033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.65%
G = 0%
B = 44.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#400033 (or 0x400033) is known color: Blackberry. HEX triplet: 40, 00 and 33. RGB value is (64,0,51). Sum of RGB (Red+Green+Blue) = 64+0+51=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #400033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400033 is #BFFFCC. Grayscale: #181818. Windows color (decimal): -12582861 or 3342400. OLE color: 3342400.

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

Color convert

RGB 64 0 51 -
CMYK 0 1 0.20 0.75
HSL 312.19º 1% 0.13% -
HSV(B) 312.19º 1% 0.25% -
XYZ 2.71 1.33 3.25 -
YUV 24.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 64 0 51 0 1 0.20 0.75 312.19 1 0.13
Hex 40 0 33 0 64 14 4B 138 64 D
Octal 100 0 63 0 144 24 113 470 144 15
Binary 1000000 0 110011 0 1100100 10100 1001011 100111000 1100100 1101

Color Harmonies of #400033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400033

Black with #400033

Text Example


Text Example

White with #400033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400033; }

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

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

background-color css

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

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

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

border-color css

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

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

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