Html Css Color HEX #400427 Blackberry

📋 copy color: '#400427'

red 64 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #400427

Tints of Blackberry #400427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 36.45%

R = 59.81%
G = 3.74%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#400427 (or 0x400427) is known color: Blackberry. HEX triplet: 40, 04 and 27. RGB value is (64,4,39). Sum of RGB (Red+Green+Blue) = 64+4+39=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #400427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400427 is #BFFBD8. Grayscale: #191919. Windows color (decimal): -12581849 or 2556992. OLE color: 2556992.

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

Color convert

RGB 64 4 39 -
CMYK 0 0.94 0.39 0.75
HSL 325º 0.88% 0.13% -
HSV(B) 325º 0.94% 0.25% -
XYZ 2.52 1.32 2.04 -
YUV 25.93 135.38 155.15 -
System Red Green Blue C M Y K H S L
Decimal 64 4 39 0 0.94 0.39 0.75 325 0.88 0.13
Hex 40 4 27 0 5E 27 4B 145 58 D
Octal 100 4 47 0 136 47 113 505 130 15
Binary 1000000 100 100111 0 1011110 100111 1001011 101000101 1011000 1101

Color Harmonies of #400427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400427

Black with #400427

Text Example


Text Example

White with #400427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400427; }

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

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

background-color css

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

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

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

border-color css

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

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

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