Html Css Color HEX #400030 Blackberry

📋 copy color: '#400030'

red 64 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #400030

Tints of Blackberry #400030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400030 (or 0x400030) is known color: Blackberry. HEX triplet: 40, 00 and 30. RGB value is (64,0,48). Sum of RGB (Red+Green+Blue) = 64+0+48=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #400030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400030 is #BFFFCF. Grayscale: #181818. Windows color (decimal): -12582864 or 3145792. OLE color: 3145792.

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

Color convert

RGB 64 0 48 -
CMYK 0 1 0.25 0.75
HSL 315º 1% 0.13% -
HSV(B) 315º 1% 0.25% -
XYZ 2.65 1.3 2.91 -
YUV 24.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 64 0 48 0 1 0.25 0.75 315 1 0.13
Hex 40 0 30 0 64 19 4B 13B 64 D
Octal 100 0 60 0 144 31 113 473 144 15
Binary 1000000 0 110000 0 1100100 11001 1001011 100111011 1100100 1101

Color Harmonies of #400030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400030

Black with #400030

Text Example


Text Example

White with #400030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400030; }

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

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

background-color css

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

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

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

border-color css

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

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

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