Html Css Color HEX #401023 Blackberry

📋 copy color: '#401023'

red 64 ◦ green 16 ◦ blue 35

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

Shades of Blackberry #401023

Tints of Blackberry #401023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 55.65%
G = 13.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#401023 (or 0x401023) is known color: Blackberry. HEX triplet: 40, 10 and 23. RGB value is (64,16,35). Sum of RGB (Red+Green+Blue) = 64+16+35=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #401023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401023 is #BFEFDC. Grayscale: #202020. Windows color (decimal): -12578781 or 2297920. OLE color: 2297920.

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

Color convert

RGB 64 16 35 -
CMYK 0 0.75 0.45 0.75
HSL 336.25º 0.6% 0.16% -
HSV(B) 336.25º 0.75% 0.25% -
XYZ 2.6 1.58 1.76 -
YUV 32.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 64 16 35 0 0.75 0.45 0.75 336.25 0.6 0.16
Hex 40 10 23 0 4B 2D 4B 150 3C 10
Octal 100 20 43 0 113 55 113 520 74 20
Binary 1000000 10000 100011 0 1001011 101101 1001011 101010000 111100 10000

Color Harmonies of #401023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401023

Black with #401023

Text Example


Text Example

White with #401023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401023; }

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

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

background-color css

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

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

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

border-color css

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

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

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