Html Css Color HEX #400428 Blackberry

📋 copy color: '#400428'

red 64 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #400428

Tints of Blackberry #400428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.7%

 BLUE value IS 40 (16.02% from 255) = 37.04%

R = 59.26%
G = 3.7%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#400428 (or 0x400428) is known color: Blackberry. HEX triplet: 40, 04 and 28. RGB value is (64,4,40). Sum of RGB (Red+Green+Blue) = 64+4+40=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400428 is #BFFBD7. Grayscale: #191919. Windows color (decimal): -12581848 or 2622528. OLE color: 2622528.

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

Color convert

RGB 64 4 40 -
CMYK 0 0.94 0.38 0.75
HSL 324º 0.88% 0.13% -
HSV(B) 324º 0.94% 0.25% -
XYZ 2.54 1.33 2.13 -
YUV 26.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 64 4 40 0 0.94 0.38 0.75 324 0.88 0.13
Hex 40 4 28 0 5E 26 4B 144 58 D
Octal 100 4 50 0 136 46 113 504 130 15
Binary 1000000 100 101000 0 1011110 100110 1001011 101000100 1011000 1101

Color Harmonies of #400428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400428

Black with #400428

Text Example


Text Example

White with #400428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400428; }

 p { color: rgb(64,4,40); }

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

background-color css

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

 a { background-color: rgb(64,4,40); }

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

border-color css

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

 span { border-color: rgb(64,4,40); }

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