#35263F

Color #35263F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #35263F

Tints of Blackcurrant #35263F

Color information

#35263F (or 0x35263F) is unknown color: approx Blackcurrant. HEX triplet: 35, 26 and 3F. RGB value is (53,38,63). Sum of RGB (Red+Green+Blue) = 53+38+63=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #35263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35263F is #CAD9C0. Grayscale: #2D2D2D. Windows color (decimal): -13294017 or 4138549. OLE color: 4138549.

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

Color convert

RGB533863-
CMYK0.160.4000.75
HSL276º24.75%19.8%-
HSV(B)276º39.68%24.71%-
XYZ3.062.55.02-
YUV45.34137.97133.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 34.42%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 63 (25% from 255) = 40.91%
R=34.42%
G=24.68%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5338630.160.4000.7527624.7519.8
Hex35263F102804B1141914
Octal654677205001134243124
Binary11010110011011111110000101000010010111000101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35263F; }

 p { color: rgb(53,38,63); }

 H1.HeaderClassName
 {
   color: #35263F;
 }
 .AnyTagClassName
 {
   color: #35263F;
 }
</style>
background-color css

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

 a { background-color: rgb(53,38,63); }

 div.DivClassName
 {
   background-color: #35263F;
 }
 .BgClassName
 {
   background-color: #35263F;
 }
</style>
border-color css

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

 span { border-color: rgb(53,38,63); }

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