Html Css Color HEX #401025 Blackberry

📋 copy color: '#401025'

red 64 ◦ green 16 ◦ blue 37

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

Shades of Blackberry #401025

Tints of Blackberry #401025

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 54.7%
G = 13.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#401025 (or 0x401025) is known color: Blackberry. HEX triplet: 40, 10 and 25. RGB value is (64,16,37). Sum of RGB (Red+Green+Blue) = 64+16+37=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #401025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401025 is #BFEFDA. Grayscale: #202020. Windows color (decimal): -12578779 or 2428992. OLE color: 2428992.

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

Color convert

RGB 64 16 37 -
CMYK 0 0.75 0.42 0.75
HSL 333.75º 0.6% 0.16% -
HSV(B) 333.75º 0.75% 0.25% -
XYZ 2.63 1.59 1.92 -
YUV 32.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 64 16 37 0 0.75 0.42 0.75 333.75 0.6 0.16
Hex 40 10 25 0 4B 2A 4B 14E 3C 10
Octal 100 20 45 0 113 52 113 516 74 20
Binary 1000000 10000 100101 0 1001011 101010 1001011 101001110 111100 10000

Color Harmonies of #401025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401025

Black with #401025

Text Example


Text Example

White with #401025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401025; }

 p { color: rgb(64,16,37); }

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

background-color css

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

 a { background-color: rgb(64,16,37); }

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

border-color css

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

 span { border-color: rgb(64,16,37); }

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