#260343

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

Shades of Blackcurrant #260343

Tints of Blackcurrant #260343

Color information

#260343 (or 0x260343) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 43. RGB value is (38,3,67). Sum of RGB (Red+Green+Blue) = 38+3+67=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #260343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260343 is #D9FCBC. Grayscale: #141414. Windows color (decimal): -14286013 or 4391718. OLE color: 4391718.

HSL color Cylindrical-coordinate representation of color #260343: hue angle of 272.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260343 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB38367-
CMYK0.430.9600.74
HSL272.81º91.43%13.73%-
HSV(B)272.81º95.52%26.27%-
XYZ1.850.885.38-
YUV20.76154.1140.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.19%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 67 (26.56% from 255) = 62.04%
R=35.19%
G=2.78%
B=62.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal383670.430.9600.74272.8191.4313.73
Hex263432B6004A1115be
Octal46310353140011242113316
Binary10011011100001110101111000000100101010001000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260343; }

 p { color: rgb(38,3,67); }

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

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

 a { background-color: rgb(38,3,67); }

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

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

 span { border-color: rgb(38,3,67); }

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