Html Css Color HEX #400130 Blackberry

📋 copy color: '#400130'

red 64 ◦ green 1 ◦ blue 48

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

Shades of Blackberry #400130

Tints of Blackberry #400130

RGB

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

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

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

R = 56.64%
G = 0.88%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#400130 (or 0x400130) is known color: Blackberry. HEX triplet: 40, 01 and 30. RGB value is (64,1,48). Sum of RGB (Red+Green+Blue) = 64+1+48=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #400130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400130 is #BFFECF. Grayscale: #191919. Windows color (decimal): -12582608 or 3146048. OLE color: 3146048.

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

Color convert

RGB 64 1 48 -
CMYK 0 0.98 0.25 0.75
HSL 315.24º 0.97% 0.13% -
HSV(B) 315.24º 0.98% 0.25% -
XYZ 2.66 1.33 2.91 -
YUV 25.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 64 1 48 0 0.98 0.25 0.75 315.24 0.97 0.13
Hex 40 1 30 0 62 19 4B 13B 61 D
Octal 100 1 60 0 142 31 113 473 141 15
Binary 1000000 1 110000 0 1100010 11001 1001011 100111011 1100001 1101

Color Harmonies of #400130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400130

Black with #400130

Text Example


Text Example

White with #400130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400130; }

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

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

background-color css

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

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

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

border-color css

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

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

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